Uploaded image for project: 'QuickFIX/J'
  1. QuickFIX/J
  2. QFJ-18

Logout not sent at session expiration time

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 1.0.0 Final
    • Fix Version/s: 1.0.1
    • Component/s: Engine
    • Labels:
      None

      Description

      As far as I can see its doing something as follows:

      Timer triggers in SessionConnector, calls session.next()
      checkSessionTime() returns false, calls session.reset() -> session.disconnect()
      disconnect() calls responder.disconnect(), closes TCP session

      I think session.next() perhaps needs changing when checkSessionTime is false to generate a logout message rather than calling reset(), unless there's another timer somewhere meant to do that which might have missed.

      Reported by Toby Shepheard

        Attachments

          Activity

            People

            • Assignee:
              admin Steve Bate
              Reporter:
              admin Steve Bate
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: