message-size-increase #3

Open
sashakoshka wants to merge 38 commits from message-size-increase into main
Showing only changes of commit c0bfcc02f7 - Show all commits

View File

@ -183,6 +183,7 @@ func (this *transA) Close() error {
func (this *transA) closeDontUnlist() error {
this.Send(closeMethod, nil)
this.parent.sendMessageSafe(this.id, 0xFFFF, nil)
return this.incoming.Close()
}