Method decorator: handle raw inbound messages.
Receives (frame, event) for every message a connection sends; the connection is connectionOf(event).
(frame, event)
connectionOf(event)
A method decorator.
Method decorator: handle raw inbound messages.
Receives
(frame, event)for every message a connection sends; the connection isconnectionOf(event).