Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The cause of this error is because ``TCP Backlog`` by default was using ``0`` and searching ``TcpListener`` api it was using ``2147483647``. To fix it needed update default value to ``2147483647`` or diferent by zero or negative value.
- Loading branch information