-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent TLS from closing randomly (#49)
Keep references to bare transport objects to prevent GC from deleting them prematurely, as deletion of transport objects closes underlying sockets. Such behaviour breaks write operations and totally ruins loop which listens for incoming read events from socket (see also #43)
- Loading branch information
Alexander Oblovatniy
authored and
Waldemar Quevedo
committed
Dec 6, 2017
1 parent
a0929cd
commit 5a5e3f6
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters