[Quickfix-developers] Tried to send a reject while not logged on
Brought to you by:
orenmnero
|
From: Djalma R. d. S. F. <drs...@gm...> - 2007-10-29 17:25:58
|
Hi, For the guys with more background, I would like to ask if there is (was) a reason why QF doesn't send a logout (35=5) to reject a logon request with an invalid field? Please, see logs bellow. It is clear that it can't send the reject (35=3), but with current implementation the acceptor can't know the reason why it is being disconnected. Is there a chance to improve this? ---------------------------------- Initiator ---------------------------------- 20071029-17:05:29.830 : Created session 20071029-17:05:31.985 : Connecting to localhost on port 7012 20071029-17:05:32.017 : Connection succeeded 20071029-17:05:32.173 : Initiated logon request 20071029-17:05:32.532 : Message 1 Rejected: Tag not defined for this message type:10008 20071029-17:05:32.548 : Tried to send a reject while not logged on 20071029-17:05:42.591 : Timed out waiting for logon response 20071029-17:05:42.591 : Disconnecting ---------------------------------- Acceptor ---------------------------------- 20071029-17:05:25.722 : Created session 20071029-17:05:32.438 : Received logon request 20071029-17:05:32.501 : Responding to logon request 20071029-17:05:42.606 : Socket Error: Connection reset by peer. 20071029-17:05:42.606 : Disconnecting TIA Djalma |