Starts an HTTP server as a child of the implicit context,
spawning a worker actor (implementing WebSocketServerWorker)
for every incoming connection.
Starts an HTTP server as a child of the implicit context,
spawning a worker actor (implementing WebSocketServerWorker)
for every incoming connection.
to bind to.
to bind to (0 will attempt to find a free port).
as defined in the WebSocketServer docs.
of the server actor.
the supervisor.
for receiving the binding (the binding may still succeed even if this future times out).
the server actor and a future containing the binding.
Evil hack to workaround caveat #1 as documented above.
Evil hack to workaround caveat #1 as documented above.
Do this first on any ActorSystem when running tests or the like.