fzyzcjy / dart_interactive

REPL (interactive shell) for Dart, supporting 3rd party packages, hot reload, and full grammar
https://github.com/fzyzcjy/dart_interactive
MIT License
147 stars 12 forks source link

Cannot run two shells at the same time #54

Closed sebthom closed 1 year ago

sebthom commented 1 year ago

Describe the bug Trying to run two shells at the same time results in Could not start the VM service: localhost:8181 is already in use.

To Reproduce Run the interactive command in two separate terminal windows.

Expected behavior Both interactive shells work.

Additional context As a solution, the shell could either

welcome[bot] commented 1 year ago

Hi! Thanks for opening your first issue here! :smile:

fzyzcjy commented 1 year ago

Feel free to PR! (that should be quite easy to implement) the two solutions both LGTM