|
From: Chris B. <cbl...@gm...> - 2018-01-17 19:56:42
|
Ah, you are correct. I had to let the onLogout complete before the isLoggedOn would show false. That's good to know, thanks. On Tue, Jan 16, 2018 at 3:21 PM, Philip Whitehouse < Phi...@fl...> wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > isLoggedOn should definitely be returning false, although maybe it's not > set false until after the callback returns. > > Have you tried scheduling a task to run, say 10 seconds later and checking > the return value there? > > Philip Whitehouse > > > > From: Chris Blessing > Sent: Tuesday 16 January, 22:59 > Subject: [Quickfixj-users] Detect if a session has been logged out for too > long > To: qui...@li... > > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > > |