Actions
Bug #1184
closedTcpChannel only accepts first connection
Start date:
01/31/2014
Due date:
% Done:
100%
Estimated time:
Description
Steps to reproduce:
- Create a TcpChannel instance and start listening
- Create multiple other TcpChannel instances and connect to the listening TcpChannel
Expected: all connections are accepted.
Actual: only the first connection is established.
Actions