sbant
sbant
I have run your test, but can‘t connect... cargo run --features ssl --example cli wss://wss.websocketstest.com/service Compiling ws v0.5.0 (file:///C:/Users/sbant/Downloads/ws-rs-stable/ws-rs-stable) Running `target\debug\examples\cli.exe wss://wss.websocketstest.com/service` Connecting to wss://wss.websocketstest.com/service I'm use windows with openssl....
I use precompiled openssl from here http://www.npcglib.org/~stathis/blog/precompiled-openssl/ (p.s http://slproweb.com/products/Win32OpenSSL.html can also work ok, but only compiled with vs2013) Copy libeay32MD.dll ssleay32MD.dll to the program folder and copy each file again...
sorry, I found may be some problem in RustDT. In command line,with "cargo build", both gnu and msvc cargo can build the project without problem. But in RustDT, looks like...