You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: