Re: Django-Channels: Answer from Background task to channel (websocket)

2018-01-28 Thread Andrew Godwin
It sounds like you're doing the right thing - storing reply channel names and sending to them from a background process - so I think the problem must be in the channel layer configuration. Have you confirmed the background task has the same Django settings? Have you tried monitoring the redis serv

Django-Channels: Answer from Background task to channel (websocket)

2018-01-28 Thread Arne Wieding
Hi there, i have implemented django channels into my project to turn an intensive data importing task into a background task. This works fine. I also implemented Websocket channels which work fine as well, however, i want to send a message to a specific websocket channel (of a user) from the ba