Closed
Description
WSS support is now available since some weeks to experiment with.
- There server can accept wss connections from clients also the example only allows to accept one connection.
- The client should be able to connect via wss since afa1498 .
- The client example is also yet to come.
The next problem is that the current ssl implementation performs a blocking handshake. That means that server will completely freeze during every handshake. If the handshake takes 1 minute the server wont be doing anything in that time!
So it will take a few more days until those things are fixed and one can start using wss for real.