You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, you have to call a method on the object to retrieve basic details of the request like the payload or the connection.
It would be useful to have these as separate arguments.
e.g. handle_incoming_message(payload, connection, websocket_message)
The text was updated successfully, but these errors were encountered:
Currently, you have to call a method on the object to retrieve basic details of the request like the payload or the connection.
It would be useful to have these as separate arguments.
e.g. handle_incoming_message(payload, connection, websocket_message)
The text was updated successfully, but these errors were encountered: