Skip to content
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

Enable ws connection timeout #159

Merged
merged 1 commit into from
Nov 4, 2021

Conversation

srehlig
Copy link

@srehlig srehlig commented Oct 15, 2021

Add a new configuration parameter CONNECTION_TIMEOUT_IN_MS to specify the websocket connection timeout in milliseconds and use it when creating WebSocketClient. The default value is 0, which means no timeout.

Fixes #158

Add a new configuration parameter CONNECT_TIMEOUT_IN_MS to specify the websocket connection timeout in milliseconds and use it when creating `WebSocketClient`. The default value is `0`, which means _no timeout_.
@srehlig
Copy link
Author

srehlig commented Nov 3, 2021

Who can review this PR? Would be great to have it in the next release.

@TVolden TVolden merged commit 52c9e8a into ChargeTimeEU:master Nov 4, 2021
@TVolden
Copy link
Member

TVolden commented Nov 4, 2021

Hi @srehlig,

Thank you for the contribution, I have merged the changes.

Sincerely,
Thomas Volden

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.

Make websocket connect timeout configurable
2 participants