World Server communication layer attaches to unavailable IP address, blocking all communication #1
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: esd2-groupwork/world-server#1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
World server by default connects to
IPAddress.Any
, which defaults to0.0.0.0
. This is a loopback address, and cannot be accessed by outside programs.Using the linked post, the local IP address of the world server can be obtained. This allows the server to bind to the proper IP address, so that the server can be directly interacted with. Commit with the relevant changes will be added shortly.