nrepl / weasel

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

Detect cider-disconnect, close listen-socket #52

Open the-kenny opened 9 years ago

the-kenny commented 9 years ago

If you have a weasel-repl open and kill emacs (or close the repl buffer) then the listen-socket for the websocket connection stays open, leading to a BindException: Address already in use.

A new weasel-repl should either use an already existing socket (if that's possible) or close other ones automatically.

If #51 implements close-on-disconnect we could implement it for the other direction too.

runningskull commented 9 years ago

:+1:

MalloZup commented 5 years ago

autogenerated with https://github.com/MalloZup/doghub: issue inactive since 450 days. Please update the issue or close it