nrepl / weasel

ClojureScript browser REPL using WebSockets
The Unlicense
324 stars 35 forks source link

if address/port is in use, REPL enters broken state #6

Closed tomjakubowski closed 9 years ago

tomjakubowski commented 10 years ago

an error is raised to the REPL:

BindException Address already in use  sun.nio.ch.Net.bind (Net.java:-2)

but the piggiebacking continues anyway, and :cljs/quit must be entered to unbreak things.

tomjakubowski commented 9 years ago

Caused by cemerick/piggieback#26, closing in favor of that.