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
I'm trying to extend the message types and implement my customized handlers. I've successfully run default chat server, but when I try to run the uvloop chat server, the new type messages are not routed. I've manually added my handler to channels_uvloop and the run_chat_server_uvloop and also router.py files. no error is raised; the new message type is delivered to server, but the new handler is not called. Is there any additional configurations that I've missed?
Description
I'm trying to extend the message types and implement my customized handlers. I've successfully run default chat server, but when I try to run the uvloop chat server, the new type messages are not routed. I've manually added my handler to channels_uvloop and the run_chat_server_uvloop and also router.py files. no error is raised; the new message type is delivered to server, but the new handler is not called. Is there any additional configurations that I've missed?
added commands:
The text was updated successfully, but these errors were encountered: