-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare for new http2
architecture
#183
Conversation
The tests currently fail. |
So it seems something goes wrong server-side. |
ec12453
to
8634d97
Compare
The server is hanging in |
|
I guess that the thread forked at https://github.com/well-typed/grapesy/blob/main/util/Network/GRPC/Util/Session/Server.hs#L72 does not terminate since The old worker just enqueues |
033b578
to
7001382
Compare
Locally tested 1000 |
3b2733d
to
f2ede55
Compare
This also enables `TCP_NODELAY` by default, and overrides the ping rate limit (default to 100). Co-authored-by: Finley McIlwaine <[email protected]>
f2ede55
to
41b5f2a
Compare
Have opened #190 to track #184 (comment) . |
See