Closed jasonericdavis closed 3 years ago
This allows wss to be used instead of ws when ?secure=true is added to the end of the URL. ws will be used by default.
wss
ws
?secure=true
This is technically a breaking change. I am going to go ahead and merge, but I think I am going to start making release notes a thing so folks are aware of changes like this.
This allows
wss
to be used instead ofws
when?secure=true
is added to the end of the URL.ws
will be used by default.