-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
I got the error stating that handle_message missing positional argument writer but writer is supplied to the function. It seems that handle_message can't get self, that is p2p_protocol.
| self.p2p_protocol = p2p_protocol |
I've changed this section to self.p2p_protocol = p2p_protocol(self) and it's working as intended. Is this normal or am I missing something?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels