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

Refactor websocker.go & websocket_server.go to merge both goroutines #88

Merged
merged 1 commit into from
Sep 2, 2015
Merged

Refactor websocker.go & websocket_server.go to merge both goroutines #88

merged 1 commit into from
Sep 2, 2015

Conversation

mourad
Copy link
Collaborator

@mourad mourad commented Sep 1, 2015

I noticed that the goroutines in websocket.go and websocket_server.go were diverging. More specifically, the loop in websocket.go was not closing ep.messages

jcelliott added a commit that referenced this pull request Sep 2, 2015
Refactor websocker.go & websocket_server.go to merge both goroutines
@jcelliott jcelliott merged commit 3fb89b0 into jcelliott:v2 Sep 2, 2015
@jcelliott
Copy link
Owner

Thanks, this is definitely an improvement. Looks like there are still some issues (pre-existing) with the code around closing the websocket connection. I've opened another issue for that (#94).

@mourad mourad deleted the refactor-websocket branch September 2, 2015 13:32
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.

2 participants