You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alchemy.dll!Alchemy.WebSocketClient.SetupContext(Alchemy.Classes.Context context) Line 187
Alchemy.dll!Alchemy.WebSocketClient.HandleClientThread() Line 94 C#
[External Code]
_context.Connection.Connected - this property evaluation seems to be the problem.
The Server (also using the same Alchemy binary) works fine - validated that with a browser as client.
I built the source (commit# 42c00b6... Jack Lawson) on Win8 64bit.
Just a cursory look at the code - so I may be off here
In WebSocketClient#OnRunClient, I see a using block with _context. At the end of the block _context.Dispose is called which closes the TcpClient instance. The HandleClientThread then seems to be trying to use the closed object.
The text was updated successfully, but these errors were encountered:
Here's the stack trace
_context.Connection.Connected - this property evaluation seems to be the problem.
The Server (also using the same Alchemy binary) works fine - validated that with a browser as client.
I built the source (commit# 42c00b6... Jack Lawson) on Win8 64bit.
Just a cursory look at the code - so I may be off here
In WebSocketClient#OnRunClient, I see a using block with _context. At the end of the block _context.Dispose is called which closes the TcpClient instance. The HandleClientThread then seems to be trying to use the closed object.
The text was updated successfully, but these errors were encountered: