GoogleChromeLabs / GoogleChromeLabs/pywebsocket3

standalone.py does not disable Nagle

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
45
Forks
33
PR merge metrics
No merged PRs in 30d

Description

Migrated from https://github.com/google/pywebsocket/issues/137.
```
What steps will reproduce the problem?
1. Write a handler which sends small messages every 10ms
2. Connect to it from a Windows 7 machine from Chrome or Firefox
3. Log the timestamps when the messages were received.

What is the expected output?

Messages are received individually every 10ms.

What do you see instead?

Messages are received in batches every 200ms.
```

Original issue reported on code.google.com by ricea@chromium.org on 22 Jan 2015 at 10:08

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.