Python Forum

Full Version: I need guidance with the web framework 'quart' (more specifically websockets)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.