r5sdk/r5dev/netconsole
Kawe Mazidjatari 869741b3b3 Netconsole: fix race condition caused by misplaced mutex
Mutex should be locked before IsConnected(), as IsConnected() accesses CSocketCreator which checks a vector (not thread safe), lock the mutex in the correct place.
2024-04-05 18:13:31 +02:00
..