#142 Remove start call for the stomp.py connection as it is deprecated
Merged 4 years ago by jskladan. Opened 4 years ago by vmaljulin.
taskotron/ vmaljulin/resultsdb RHELWF-2180  into  develop

file modified
-1
@@ -191,7 +191,6 @@ 

              kwargs['message'] = kwargs.pop('body')  # On EL7, different sig.

  

          conn = self.stomp.Connection(**self.connection)

-         conn.start()

          conn.connect()

          try:

              conn.send(**kwargs)

rebased onto 77973d9

4 years ago

Pull-Request has been merged by jskladan

4 years ago
Metadata