Websocket rejection during Auth

I’m a vb.net dev and got the token from REST no problem. I see the C# is 4 years old and “almost works”. Any working code for websockets? I’m missing something small for the auth to be accepted.

Thank you

I don’t know of any working open source implementations. I had to implement everything from scratch by reading the docs and then reverse engineer all the missing details not in the docs. Be ready for a long and painful process unfortunately.