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
When hitting Ctrl-C (also tried Ctrl-\ FWIW), the rojo serve foreground process is terminated as expected. ~/.foreman/tools/rojo-rbx__rojo-7.2.1 serve however keeps running and prevents another launch on the same port.
Killing that one frees up the port of course.
Rojo should fully terminate on Ctrl-C instead.
$ rojo serve
Rojo server listening:
Address: localhost
Port: 34872
Visit http://localhost:34872/ in your browser for more information.
^C
$ rojo serve
Rojo server listening:
Address: localhost
Port: 34872
Visit http://localhost:34872/ in your browser for more information.
[ERROR rojo] Rojo crashed!
[ERROR rojo] This is probably a Rojo bug.
[ERROR rojo]
[ERROR rojo] Please consider filing an issue: https://github.com/rojo-rbx/rojo/issues
[ERROR rojo]
[ERROR rojo] Details: error binding to 127.0.0.1:34872: error creating server listener: Address already in use (os error 98)
[ERROR rojo] in file /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.19/src/server/server.rs on line 77
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
$ killall rojo-rbx__rojo-7.2.1
$ rojo serve
Rojo server listening:
Address: localhost
Port: 34872
Visit http://localhost:34872/ in your browser for more information.
The text was updated successfully, but these errors were encountered:
Rojo 7.2.1 installed via foreman on Linux.
When hitting Ctrl-C (also tried Ctrl-\ FWIW), the
rojo serve
foreground process is terminated as expected.~/.foreman/tools/rojo-rbx__rojo-7.2.1 serve
however keeps running and prevents another launch on the same port.Killing that one frees up the port of course.
Rojo should fully terminate on Ctrl-C instead.
The text was updated successfully, but these errors were encountered: