Skip to content

Commit

Permalink
Update to stomp.py 5.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
scossu committed Jan 8, 2020
1 parent edecd3e commit 1387261
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lakesuperior/messaging/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def __init__(self, conf):
conn_cls = stomp.Connection10

self.conn = conn_cls([(self.conf['host'], self.conf['port'])])
self.conn.start()
try:
self.conn.connect(
username=self.conf['username'],
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ rdflib_jsonld==0.4.0
requests-toolbelt>=0.8.0
requests>=2.18.4
sphinx-rtd-theme>=0.2.4
stomp.py>=4.1.20
stomp.py>=5.0
wheel>=0.30.0a0

0 comments on commit 1387261

Please sign in to comment.