Open Arglanir opened 4 years ago
Workaround: we can also create a lock when opening a session, so that only one session opening by client at a same time.
For the socks protocol, only one session can be created at a time, in one thread. So this problem may only appear in a multi-thread multi-session application not yet written.
This problem may appear if a client is used in two different threads to open a session.
Change of protocol: The message numbers sent/received should increase.