jbonofre commented on a change in pull request #397: Remove unused import of
"time"
URL: https://github.com/apache/activemq/pull/397#discussion_r336589363
##########
File path: assembly/src/release/examples/stomp/python/stomppy/publisher.py
##########
@@ -37,7 +35,7 @@
for i in range(0, messages):
conn.send(data, destination=destination, persistent='false')
-
+
conn.send("SHUTDOWN", destination=destination, persistent='false')
-conn.disconnect()
\ No newline at end of file
+conn.disconnect()
Review comment:
I guess this is a mistake and the `disconnect()` has to happen. Can you fix
please ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services