[Quickfix-developers] Re: isLoggedOn()
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-05-16 16:55:01
|
Yes, isLoggedOn will return false if the session is disconnected for any reason. See the disconnect() method. --oren On May 16, 2006, at 11:47 AM, Shawn Yarbrough wrote: > Does isLoggedOn properly reflect a "Socket Error: Connection reset > by peer" error that I'm seeing in my QuickFIX log today? From the > QuickFIX source it looks as if isLoggedOn only tells you if logon > messages were sent and received. > > Does isLoggedOn become false after a successful logon followed by > the reset socket error? I need to detect the error somehow. > > > Shawn Yarbrough > |