Skip to content

Add support for connection.recv_timeout_seconds in the Browser Channel #955

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

Merged
merged 2 commits into from
Jul 4, 2022

Conversation

bigmontz
Copy link
Contributor

The implementation of the timeout connection hint has changed. The control of when start and stop the timeout has moved to the channel-channel instead of relying on the socket timeout configuration.

This change enables the browser-channel to implement the receive timeout which was not possible before since the WebSocket doesn't have a timeout configuration.

bigmontz added 2 commits June 30, 2022 14:53
The implementation of the timeout connection hint has changed. The control of when start and stop the timeout has moved to the `channel-channel` instead of relying on the socket timeout configuration.

This change enables the `browser-channel` to implement the `receive timeout` which was not possible before since the `WebSocket` doesn't have a timeout configuration.
@bigmontz bigmontz force-pushed the 5.0-implement-receive-timeout-browser branch from 3bcf9ff to 033ca27 Compare June 30, 2022 16:19
@bigmontz bigmontz marked this pull request as ready for review July 1, 2022 10:54
@bigmontz bigmontz merged commit 5294b99 into neo4j:5.0 Jul 4, 2022
@bigmontz bigmontz deleted the 5.0-implement-receive-timeout-browser branch July 4, 2022 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant