I'm running syncplay server on linux with TLS enabled running on master branch. At some point, Windows clients running 1.6.4a and other lower versions started getting into this disconnect loop that looks like this:
[21:34:51] Attempting to connect to [REDACTED]:8999
[21:34:52] Attempting secure connection
[21:34:52] Successfully reached [REDACTED] ([REDACTED])
[21:34:52] Connection with server lost, attempting to reconnect
[21:34:52] Attempting secure connection
[21:34:52] Connection with server lost, attempting to reconnect
[21:34:52] Attempting secure connection
[21:34:53] Connection with server lost, attempting to reconnect
[21:34:53] Attempting secure connection
[21:34:53] Connection with server lost, attempting to reconnect
...
This only starts happening an indeterminate amount of time after starting up the server (less than 24 hours).
Looking at syncplay server's stdout, augmented by printing out the non-utf-8 string referenced by the error message:
https://gist.github.com/zehric/fba67e7deb8eb2da27e9f45a70024a11
Any idea what's going on here? This is difficult to debug because the issue only starts happening some long period of time after starting up the server, and I'm not even sure if the client drop error has anything to do with the connection loop.
I'm running syncplay server on linux with TLS enabled running on master branch. At some point, Windows clients running 1.6.4a and other lower versions started getting into this disconnect loop that looks like this:
This only starts happening an indeterminate amount of time after starting up the server (less than 24 hours).
Looking at syncplay server's stdout, augmented by printing out the non-utf-8 string referenced by the error message:
https://gist.github.com/zehric/fba67e7deb8eb2da27e9f45a70024a11
Any idea what's going on here? This is difficult to debug because the issue only starts happening some long period of time after starting up the server, and I'm not even sure if the client drop error has anything to do with the connection loop.