Brian McKelvey

Results 47 comments of Brian McKelvey

The [README.md](https://github.com/ollo69/ha-smartthinq-sensors/blob/master/README.md) file at the root of this repo says: > **Important**: The component will **not work if you have logged into the ThinQ application and registered your devices using...

I'm mostly indifferent to whether WebSockets should be in core at this point, but I lean toward the opinion that it should not. I don't feel it's anywhere near as...

Interesting. That shouldn't be happening, obviously. I'm actually a little bit puzzled about how it even _can_ happen. WebSocket-Node is using Node streams-1 semantics, meaning that we never actually call...

For what it's worth, that means that the connection was lost anyway, and there's nothing that could be done to recover from that. There's actually not a strong use case...

I'm still interested in when this error is happening. Is it preventing you from even successfully connecting at all? Does it happen some time later after the connection has been...

@plato-cambrian are you using WebSocket-Node directly, or via a library that uses it? Can you provide information about what is failing and how?

Is there a question here, or...? On Thu, Dec 31, 2020 at 10:59 AM Soumyadeep Halder wrote: > reason, description 1006 Connection dropped by remote peer. > > — >...

I'm going to update this in the next release to use native TLS, unless anyone has a problem with that? It'll mean that Flash Player 11 is the minimum baseline...

Because parsing the cookies allows me to enforce validation of correct formats. I feel that libraries like this have a responsibility to enforce correct RFC-compliant usage. True, the format of...