Skip to content

Change WebSocket server port to avoid listener exceptions on Windows#38070

Open
tsunyoku wants to merge 2 commits into
ppy:masterfrom
tsunyoku:fix-websocket-server-port-windows
Open

Change WebSocket server port to avoid listener exceptions on Windows#38070
tsunyoku wants to merge 2 commits into
ppy:masterfrom
tsunyoku:fix-websocket-server-port-windows

Conversation

@tsunyoku

Copy link
Copy Markdown
Member

Ports 49152 to 65535 appear to be reserved for Windows by default, so the current port of 49727 will likely fail to bind for the majority of Windows users. See dotnet/runtime#115088 (comment) for additional context.

tsunyoku added 2 commits June 13, 2026 22:07
Ports 49152 to 65535 appear to be reserved for Windows by default, so the current port of `49727` will likely fail to bind for the majority of Windows users. See dotnet/runtime#115088 (comment) for additional context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant