Originally created by @mengelbrecht on GitHub (Sep 13, 2018).
The WebSocket notification server does not work on a system where port 3012 is already in use.
Making the WebSocket server port configurable similar to the ROCKET_PORT option would help in such cases.
Originally created by @mengelbrecht on GitHub (Sep 13, 2018).
The WebSocket notification server does not work on a system where port 3012 is already in use.
Making the WebSocket server port configurable similar to the `ROCKET_PORT` option would help in such cases.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @mengelbrecht on GitHub (Sep 13, 2018).
The WebSocket notification server does not work on a system where port 3012 is already in use.
Making the WebSocket server port configurable similar to the
ROCKET_PORToption would help in such cases.@dani-garcia commented on GitHub (Sep 13, 2018):
This should be solved now, with commit
948554a@mengelbrecht commented on GitHub (Sep 13, 2018):
Thanks!