I'm experiencing deadlocks in my production application occasionally. I'm
using MySQL. Some of these deadlocks are due to insufficient indexing,
and I'd like to fix this with some test-driven development.
How can I write tests that exercise the application concurrently, and
could be used to replic
I'm going to answer my own question:
Appears that I need to use the "immediately" keyword are to Channel or
Group.send.
On Monday, January 16, 2017 at 5:27:19 AM UTC-7, Joshua Gardner wrote:
>
> I'm in the process of developing a Websockets notifications system usi
I'm in the process of developing a Websockets notifications system using
Channels. I've got a JsonWebsocketConsumer that adds the connection to a
group for the Location (model) that the user belongs to. Connecting to that
websocket with wscat, and trying to see if sending to that group works, I
3 matches
Mail list logo