You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like the documentation to explain what the differences between the synchronous and the async reader examples is. The might be obvious to those who developed pynsq, but aren't necessarily to somebody looking at it from the outside (like me).
Thanks!
The text was updated successfully, but these errors were encountered:
Fair point, it could be more prominently mentioned that pynsq is for use with the tornado async framework, though it can be used in a simple synchronous mode. If you still want more explanation: http://www.tornadoweb.org/en/stable/guide/async.html
It looks like the part of the docs that @marians is referring to is in regards to sync vs. async message handling. That definitely could benefit from some expansion.
mreiferson
changed the title
Difference between synchronous and async reader should be explained
docs: difference between synchronous and async message handling
Oct 12, 2016
I'd like the documentation to explain what the differences between the synchronous and the async reader examples is. The might be obvious to those who developed pynsq, but aren't necessarily to somebody looking at it from the outside (like me).
Thanks!
The text was updated successfully, but these errors were encountered: