Re: django-channels with django-tenant-schemas

2017-06-05 Thread Andrew Godwin
Does the WebSocket handshake finish? The developer console in a browser should tell you if it actually opens up or not. Normal Django middleware shouldn't affect WebSockets as it's a different networking style, but it's very easy to get WebSockets set up wrong for a variety of other reasons. Andr

django-channels with django-tenant-schemas

2017-06-05 Thread Suc
Does django-tenant-schemas affect django-channels message.reply? Im using ngrok in host header spoofing for multitenancy but im having problem on sending message on web socket