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

Reconnect Loop on MultiPlug Deploy #25

Closed
multiplug-hub opened this issue Oct 11, 2022 · 1 comment
Closed

Reconnect Loop on MultiPlug Deploy #25

multiplug-hub opened this issue Oct 11, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@multiplug-hub
Copy link
Owner

Socket Client gets into a Connect and Disconnect loop within 2 seconds after a MultiPlug deploy action.

@multiplug-hub multiplug-hub added the bug Something isn't working label Oct 11, 2022
@multiplug-hub multiplug-hub added this to the 1.0.12 milestone Oct 11, 2022
@multiplug-hub multiplug-hub self-assigned this Oct 11, 2022
multiplug-hub pushed a commit that referenced this issue Oct 11, 2022
@multiplug-hub
Copy link
Owner Author

MultiPlug Start() was causing the Socket to restart. At the same time ReceiveCallback() was starting a reconnect with a delay. This caused a reconnect loop.

  • No Longer reconnects on every Start(), only the first time, and more checks to see if a reconnect is already scheduled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant