lambdaisland / kaocha-cljs

ClojureScript support for Kaocha
Eclipse Public License 1.0
40 stars 10 forks source link

Automatically pick a free port for the websocket #6

Closed plexus closed 4 years ago

plexus commented 5 years ago

Currently we use a hard coded port, that means only one instance can be active at a time, and that there's a chance of conflict with other tools. Instead we should try random ports until we find one that isn't in use.