ZoneMinder / zmeventnotification

Machine Learning powered Secure Websocket & MQTT based ZoneMinder event notification server
412 stars 128 forks source link

ES randomly hangs if using WSS and a persistent TCP connection is made to it #371

Closed pliablepixels closed 3 years ago

pliablepixels commented 3 years ago

There is an issue in the core WSS library I use that can cause the ES to block if a client were to make a TCP connection to the WSS port and sit around. See this note for more details. This can happen easily if you opened up your port to the internet and 3rd party port scanners were to discover it.

The author of this library has fixed the code which is currently being tested. See this issue thread for more details.