NaZ

Results 16 comments of NaZ

SainSmart just shared the source code for the "DO16" command-line tool [here](http://s3.amazonaws.com/s3.image.smart/download/101-70-208/VC.zip). Hopefully this will shed some light?

@bubbleboy14, it seems that the problem is not that `on_open` is called twice, but rather that the library seems to actually open a second connection while the first one is...

Something interesting I noticed, is that this behavior of multiple `on_open` only occurs after an error event "Connection to remote host was lost". The time between the first `on_open` (after...

Thank you for you quick response. Your suggestion does improve the application-side logic. But please note, that my issue is less with differentiating between `open` and `reconnect`, and more with...

So it seems the server-side repeated disconnect issue only occurs with Cloudflare: when routing websocket-client directly to the server (and not via Cloudflare), I did not observe any 'repeated' disconnects...

See workaround here: https://stackoverflow.com/questions/51402156/how-to-declare-a-ref-property-as-readonly-in-openapi-swagger