Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-23756

Change the definition of MessageHandler::connected()

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Networking
    • None
    • Fully Compatible
    • Platforms 13 (04/22/16), Platforms 14 (05/13/16), Platforms 15 (06/03/16)

    Description

      The current definition of MessageHandler::connected() is as follows:

      /**
       * Called once when a socket is connected.
       */
      virtual void connected(AbstractMessagingPort* p) = 0;
      

      We would like to change this so that it does not take an AbstractMessagingPort. A new possible implementation is:

      /**
       * Called when a new session begins.
       */
      virtual void connected(Session session) = 0;
      

      Some questions:

      • What information from AbstractMessagingPort needs to go into Session to make this work?

      Attachments

        Activity

          People

            samantha.ritter@mongodb.com Samantha Ritter (Inactive)
            samantha.ritter@mongodb.com Samantha Ritter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: