JuliaWeb/Mux.jl

Can't start the server via `julia server.jl`

Closed this issue · 1 comments

I put the example code in server.jl and run it by julia server.jl. The server did not start up. The process ended immediately.

Now I see that the serve() method uses @async macro. Append a single line of wait() to the end of server.jl and the issue is resolved.