django-eventstream
django-eventstream copied to clipboard
grip proxy not working
I see the events being created in the django_eventstream_event
table. I setup a grip_url to be my ip on the backend of http://pushpin:5561
and I have a daphne running.
However looking at the access log of my pushpin server there is absolutely nothing happening on there. And the client that is connected to daphne does not receive any messages.
Is there any way I can debug this? The setup works fine if I just use runserver
but that obviously doesn't work in production.
Hi, make sure the client connects to Pushpin. :)