arena icon indicating copy to clipboard operation
arena copied to clipboard

`disableListen` is unnecessary

Open wearhere opened this issue 7 years ago • 1 comments

The server only starts listening if Arena is loaded directly i.e. in standalone mode.

When mounting Arena into another server, the client would not be calling run, so run does not need to take an option that disables listening (and I'm not sure why you would call run if you didn't want to listen).

wearhere avatar Oct 03 '17 23:10 wearhere

we use arena in an app so it is necessary... :) we don't wanto to listen on another ports, besides it uses spdy....

p3x-robot avatar Nov 18 '17 11:11 p3x-robot