Skip to content

release mutex immidiately after starting the socks proxy server

jkito requested to merge jkito/obfsvpn:issue_41 into main

this fixes a deadlock issue on the obfsvpn client package where after starting the socks proxy it was not possible to stop as the mutex was never released from the client.Strt function and since Stop needs to acquire the lock before it can proceed it resulted in a dead lock and the in the case of the desktop app results to hang and ANR

fixes #41 (closed)

Merge request reports