You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when parsing the SSL's, I get the error Error: WS Error <Io(Custom { kind: Other, error: "unexpected EOF" })> I know these SSL's work, because I'm using them right now on my website. Is there something else wrong that I'm doing?
The text was updated successfully, but these errors were encountered:
I have the following piece of code for making a secure websocket:
main.rs
:structs.rs
:However, when parsing the SSL's, I get the error
Error: WS Error <Io(Custom { kind: Other, error: "unexpected EOF" })>
I know these SSL's work, because I'm using them right now on my website. Is there something else wrong that I'm doing?The text was updated successfully, but these errors were encountered: