Re: [Quickfix-developers] non logged-on messages
Brought to you by:
orenmnero
|
From: John G. <joh...@wa...> - 2005-09-01 07:46:02
|
Hi there, > I would distinguish between messages that may have been forwarded to > your communications object and those that have simply been enqueued. So I thought it worked, but it is not the case if I understood well. > require PosDup. I was envisioning the scenario when messages are being > queued while there is no active login or socket - once the login > occurs, the enqueued messages are sent. Would QF set the PosDup flag in > this case? This is exactly the case I had. I was enqueuing messages before trying to connect, and the snippet of code Caleb copied then prevented these messages from being sent as they were PosDup tagged. > I believe the answer to both questions above should be "no" and assume > that QF works that way as well. Can't say about the second case, but the first looks to me a "yes". JG |