Protect webClient.actions with its own mutex.
(*webClient).action may be called with the group mutex taken, and therefore cannot take the client mutex.
Showing
Please register or sign in to comment
(*webClient).action may be called with the group mutex taken, and therefore cannot take the client mutex.