Re: Trying to transfer some data in Sec-websocket-protocol. But the browser breaks the connection with error ----Error during WebSocket handshake: Sent non-empty 'Sec-WebSocket-Protocol' header but no

2019-03-05 Thread samarth parashari
Try django channels for websocket and handshaking On Wed, 6 Mar, 2019, 12:02 AM Abhishek Chauhan, wrote: > Error during WebSocket handshake: Sent non-empty 'Sec-WebSocket-Protocol' > header but no response was received. How can i reply to subprotocol request > so that the browser does not give m

Re: Signals - Need a signal after annotations are added

2019-02-25 Thread samarth parashari
django signal are work like database trigger. On Sun, Feb 24, 2019 at 12:35 PM Mike Brown wrote: > I think this is a request for a signal that fires after those attributes >> have been added to the model instances. >> > > Yes. > > > On Saturday, February 23, 2019 at 12:08:43 PM UTC-8, Mike Brow