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

Implement Reconnection, Ping interval, compression level for data #1

Open
sacOO7 opened this issue Mar 27, 2018 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@sacOO7
Copy link
Owner

sacOO7 commented Mar 27, 2018

Implement reconnection using exponential backoff and plain reconnection timout.
Implement Pinging to server and ping timeout for detecting connection issues.
Implement compression level data setting.

@sacOO7 sacOO7 added the enhancement New feature or request label Mar 27, 2018
@projetoarduino
Copy link

projetoarduino commented Jan 3, 2019

Hi @sacOO7

How i reconect from this event

socket.OnConnectError = func(err error, socket gowebsocket.Socket) {
log.Fatal("Received connect error - ", err)
socket.Connect()
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants