daphne added to dependencies; still reliant on uvicorn, as the former is now used solely as a channels testing req'ment; new consumer model in apps.epic.consumers to handle _gatekeeper partial functionality, permitting access to room once token costs met; new .routing urlpattern to accomodate; new tests.integrated.test_consumer IT cases ensure this functionality
This commit is contained in:
@@ -1 +1,8 @@
|
||||
websocket_urlpatterns = []
|
||||
from django.urls import path
|
||||
|
||||
from . import consumers
|
||||
|
||||
|
||||
websocket_urlpatterns = [
|
||||
path('ws/room/<slug:room_slug>/', consumers.RoomConsumer.as_asgi()),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user