hello,
i just ran into a small issue with the ThreadedSocketInitiator. When the EndTime of a session is reached, QF drops the connection. but in the case of ThreadedSocketInitiator, it seems that the thread responsible for bringing up the tcp connection ThreadedSocketInitiator::socketThread is not removed during session shutdown. therefore it continues trying to open the tcp connection. if it succeeds, it drops the session immediately, as it is out of the session time. of course it is possible that "it is not a bug, it is a feature" and i do have to do cleanup code myself. i just was not able to find a way to get the thread id for a session.
thanks for any hints
cheers,
heri
|