issues Search Results · repo:django/channels language:Python
Filter by
1k results
(53 ms)1k results
indjango/channels (press backspace or delete to remove)We re integrating django channels to our existing django application built with wsgi server, but when integrating
channels to our application documentation suggests to use daphne but when we hit any other ...
dinesh1299
- 1
- Opened 23 days ago
- #2134
I have created an application that receives audio every second from a websocket connection and I would like to process
the audio in parallel. However, the consumers receive function seems single-threaded. ...
jmurua14
- 6
- Opened on Feb 6
- #2133
Description When a SyncConsumer performs a blocking action like using the Django ORM, all other actively connected
consumers (both SyncConsumer and AsyncConsumer) are blocked and subsequent connections ...
JKasakyan
- 1
- Opened on Jan 31
- #2132
Hi there,
I need pointers here: I have dockerised my application and separated the app from the websocket (and that might be the
wrong thing to do).
This is the simplified snippet of my docker-compose.yml ...
millerf
- 1
- Opened on Jan 21
- #2125
As I understand it the library won t rebuild the binary fragmented messages for me. So can I access the FIN bit to
rebuild it myself?
Huballs
- 3
- Opened on Jan 20
- #2124
ModuleNotFoundError: No module named bloombox.routing.websocket_urlpatterns ; bloombox.routing is not a package
what is this problum
jafarkhan577
- 1
- Opened on Jan 17
- #2123
Developing a dashboard using Django channels, two different consumers are implemented, UserConsumer and RequestConsumer.
In UserConsumer methods like login, logout and get_user are implemented. The user ...
Alireza-Tabatabaeian
- 2
- Opened on Dec 30, 2024
- #2121
When connecting to the web_socket_channel library in flutter and sending data from django, the data is transmitted
normally, but this error keeps appearing in sentry. I have no idea what the problem is. ...
wolru
- Opened on Dec 3, 2024
- #2119
In my main project I have two websocket consumers which performs a lot of database-related actions.
With channels==4.1.0 my unittests with django were proceeding smoothly without any problem (I have already ...
sevdog
- 8
- Opened on Nov 26, 2024
- #2118
In https://github.com/django/channels/blob/42760f9be5f66fd2dbf9b2e77fc84800a481b905/docs/topics/authentication.rst, the
code example says
class ChatConsumer(WebsocketConsumer):
def connect(self, ...
xemedo
- 1
- Opened on Sep 10, 2024
- #2116

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.