Connector::waitAny
cannot handle scenario when all connections are dead
#51
Labels
Connector::waitAny
cannot handle scenario when all connections are dead
#51
The
Connector
does not have access to the connections it is associated with, so it is impossible to detect a scenario when all connections are dead and a timeout is not specified, hence theConnector
will simply hang in this loop:tntcxx/src/Client/Connector.hpp
Lines 256 to 257 in 6420c7e
Simple reproducer:
The text was updated successfully, but these errors were encountered: