mando238
mando238
@paolodina I'm having some similar issues though hypercorn alone didn't solve it for me - how did you disable gzip compression just just the `/events` url?
Additionally - if I do something like try to close pubcontrol myself. `send_event(...)` `get_pubcontrol().wait_all_sent()` `get_pubcontrol().close()` It has no effect, still nothing is sent until the server is restarted or existed....
Tried the chat example with Python 3.7.5 and its functional (events are received immediately as expected). I've been trying to find the differences between the chat example and mine. The...
Getting close. So I took the Chat example that was apparently working (when the static files are served from Django) and pointed my Frontend to use its API. And the...
Well I've modified every CORS setting I can find, no luck - and again normal REST API calls for the same server have no issue. I also tried the settings...
Yes I see the need for disabling the compression/buffering and I can remove it with Nginx configs like above and then for webpack by disabling compression in their config.js. All...
Thats very possible. Thats partly why I recommend having an easy way for people using this to set the response headers. It seems for each server there's something that makes...