We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the handler is connected to on startup. We should rather make several connections ad open and close the socket when doing message handling.
open
close
The text was updated successfully, but these errors were encountered:
Added function for spawning a new socket: 60d0d09
Still to do, use getNewSocket and then also remove old code connecting on startup.
getNewSocket
Sorry, something went wrong.
Done as of: 0ac8e56
I must just clean up the left over code now.
deavmi
No branches or pull requests
Currently the handler is connected to on startup. We should rather make several connections ad
open
andclose
the socket when doing message handling.The text was updated successfully, but these errors were encountered: