-
wanted to implement a live chat updation in network chat
Blocker: #13
-
Want to run it on heroku or any other server with the main django application. Please help me on this.
-
-
When trying to run the example chat server I get the following error
```
(django_test)[xxx@yyy examples]$ python manage.py runserver 0.0.0.0:8000
Performing system checks...
System check identified …
-
Currently, once you use the `r.set_loop_type` method and set it to `tornado`, all connections use Tornado and you can't use the driver with its default behavior.
It would be more useful if you cou…
-
1) I'm running windows and I'm having this strange behaviour trying to run the sample chat app from django-socketio. The first attempts to runserver_socketio always give me the following error:
```
s…
-
Type: Bug
# Behaviour
When discovering tests with pytest-ruff enabled (`pytest --ruff` command) only very small subset of the tests is available.
## Steps to reproduce:
1. `pip install pytest-ru…
-
Authentication call from frontend fails in Python app because there's no `visitor_global_id` in response.
The response from `/api/v5/public/orgs//auth` is:
```json
{
"visitor_id": "???",
"v…
-
when i deploy de app with django 3.0 i gett this error
WebSocket is already in CLOSING or CLOSED state.
even i run
03.06.20 22:51:07:INFO:Chat server started :/ but websocket always return this…
-
I am using Django graphene and I successfully created queries and mutations, but when it comes to the subscription I find out the graphene doesn't sopported officially but it suggesting few libraries …