Uploaded image for project: 'Ruby Driver'
  1. Ruby Driver
  2. RUBY-2178

SRV monitor class is duplicated

    • Fully Compatible

      The monitor class, Mongo::SRV::Monitor, is under the capitalized SRV module name. The module name should be camel cased - Srv. Fortunately the class in question is a private class of the driver and hence we can rename the module without compatibility concerns.

      Turns out there are two copies of SRV monitor in the driver - the one that is being used is under Cluster::SrvMonitor. This implementation is going to be moved over to Srv::Monitor.

            Assignee:
            oleg.pudeyev@mongodb.com Oleg Pudeyev (Inactive)
            Reporter:
            oleg.pudeyev@mongodb.com Oleg Pudeyev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: