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.
Updated by Alex Afanasyev almost 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Solved as continuation of issue #1134
Actions