[TS5] Server Connection issue

Version: beta71-rc7
OS: Windows 11

When trying to connect to a server I just heard the error sound and nothing happened. The main view remained blank.
Closing and reopening the connection tab fixed the problem.

The ts5client.log showed the following errors:

[2022-07-31 13:42:33.288] [error] could not bind :: port 0 error codesystem:10055 bind: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full
[2022-07-31 14:33:40.215] [error] could not bind 0.0.0.0 port 0 error codesystem:10055 bind: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full
3 Likes

Can confirm this.

Renamed bug to issue. Because this is not a bug.

Client could not use the socket that was used for this tab.
The errors you got there show that.

Maybe you had a hanger or high usage or hardware disconnect etc.

4 Likes

The thing is, both tabs were newly opened. So to me it seems that there is a race condition where the client tried to access a socket before it was properly created.

2 Likes