Konstantin Goncharik
                                            Konstantin Goncharik
                                        
                                    After a lot of tests of https://github.com/mumble-voip/libmumble/pull/8 PR I found a reproduce steps (do it on same machine): 1) run libmumble based client and connect to server 2) open [mumble-client](https://github.com/mumble-voip/mumble)...
Also High ping to server - reduces reproducibility Set threads to 1 in `code = client.startTCP(peerFeedback(), 1); ` - reduces reproducibility
pr #8 just reduces reproducibility but not completely solve the problem I think it can be merged but it not solve all the problems in this place
OK Next point is thread safety Seems like SSL objects can be used via multiple threads without any mutex When we used this way we got ["Requesting crypt-nonce resync"](https://www.google.com/search?q=Requesting+crypt-nonce+resync+mumble) in...