danidee10 / django-notifs

Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django
MIT License
188 stars 25 forks source link

Where is the code for RabbitMQ queue for each user based on username? #24

Closed dsifat closed 3 years ago

dsifat commented 4 years ago

https://github.com/danidee10/django-notifs#how-to-listen-to-notifications You have mentioned here... "At the backend, A Rabbitmq queue is created for each user based on the username, so when you're connecting to the websocket server you have to pass the username in the websocket url" I want to see that code. Can you help me to provide that link of code?

danidee10 commented 3 years ago

Here: https://github.com/danidee10/django-notifs/blob/master/notifications/channels.py#L72-L78