Skip to content
Snippets Groups Projects
Commit afdfd12b authored by Erik Johnston's avatar Erik Johnston
Browse files

Implement required method 'resumeProducing'

parent d3861b44
No related branches found
No related tags found
No related merge requests found
......@@ -491,6 +491,9 @@ class _JsonProducer(object):
def stopProducing(self):
pass
def resumeProducing(self):
pass
def _flatten_response_never_received(e):
if hasattr(e, "reasons"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment