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

Avoid repeated read on failed websocket connection #4

Merged
merged 1 commit into from
Feb 18, 2020

Conversation

js0n
Copy link
Contributor

@js0n js0n commented Feb 10, 2020

Running into this issue:

Screen Shot 2020-02-06 at 2 39 42 PM

Repeated read attempts on a failed websocket connection result in an unrecoverable fatal panic, similarly documented here: gorilla/websocket#476.

This patch bubbles the error up and re-establishes the websocket connection before subsequent attempts at ws.readMessage().

@js0n js0n requested a review from iowar February 10, 2020 17:30
@iowar iowar merged commit e2645f3 into iowar:master Feb 18, 2020
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.

None yet

2 participants