14.08.2018, 15:44
I don't encourage anyone to use this plugin if you want it to be reliable. This code is poorly written and has no socket error checking at all, if I recall correctly there was a case where a socket would timeout and the recv function keeps returning -1 and an error is stored in WSAGetLastError/errno but this plugin doesn't check it at all and starts an infinite loop thinking it's constantly receiving data.