-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Open two instances of 2DSpaceShooter on one machine
- Start a server on port 8000
- The host displays that it's on port 8000
- Attempt to join as a client on the other instance with port also 8000
- This fails after 10 retries.
- Attempt to join on the other instance with port 7777
- This... works?
Expected behavior
Hosting a game on a different port should use that port for the listen socket.
Environment (please complete the following information):
- OS: Windows 10 Build 19042
- Unity Version: 2021.1.10f1
- MLAPI Version: 0.1.0
- Bitesize Samples Repository Version/Commit: 3dc3c39
Additional context
For a university project, we need to use a specific port range (which does not include 7777) to be able to open a server to LAN on campus servers. We were attempting to use the bitesize projects to troubleshoot problems, to no avail.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working