“”” class AsyncWebsocketConsumer(AsyncConsumer): “”” Base WebSocket consumer, async version . Provides a general encapsulation for the WebSocket handling model that other applications can build on.
“”” class AsyncWebsocketConsumer(AsyncConsumer): “”” Base WebSocket consumer, async version . Provides a general encapsulation for the WebSocket handling model that other applications can build on.