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
[#256] Port number 65535 is valid for using (#268)
This patch corrects PortManager__Generic:
- Valid port range is [1024, 65535]. Old range was [1024, 65535)
- Strange (copy&paste) code for self._available_ports initialization is corrected
- Strange (copy&paste) code for self._reserved_ports initialization is corrected
- New asserts are added
0 commit comments