Skip to content
Snippets Groups Projects
Commit 4a55d4f7 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

A notice added

Learned the hard way, sadly.
parent d02f5e9d
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ class Socket(FileDescriptorChannel):
fails during reads or writes will result in marking the socket as not active (self.active=False)
but it will be handling layer who will call on_closed(), which ultimately results in closing
the socket.
IMPORTANT!!! Take care to invoke parent methods if you are extending this class.
"""
def __init__(self, _socket):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment