Python Forum
I need guidance with the web framework 'quart' (more specifically websockets) - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: I need guidance with the web framework 'quart' (more specifically websockets) (/thread-15649.html)



I need guidance with the web framework 'quart' (more specifically websockets) - thedupdup - Jan-25-2019

I am working with quart websockets, the server sends out messages 40 times per second. But on the client, it seems most the messages are received at the same time. I have a suspicion that Nagle's algorithm is the cause. Does anybody know if this is true? If it is how can I disable it?

Thanks.


RE: I need guidance with the web framework 'quart' (more specifically websockets) - agritheory - Feb-12-2019

I am interested in this also and would be willing to debug with you, but I'm not bringing much experience with Quart or websockets to the table.
Suggest a time to screenshare. I'm on New York time.