Closed sajith closed 1 year ago
the PR notes can be part of the document-:)
Which document though? Some changes are temporary work-arounds, some are housekeeping, and some are probably worth noting somewhere. I am not sure what to document and where because we don't have a changelog yet...
This should address #25 and #28.
Here's a summary of what is being done in this PR:
test_place_connection()
. Making it work will have to be a separate PR. #102 should track this.TopicQueProducer.stop_keep_alive()
method which will stop the keep-alive thread in that class.TopicQueueProducer
instances are localized, and callstop_keep_alive()
once the message is published. With this, the test suite can exit once all the tests are finished running.