steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 99 forks source link

Support non-block streaming blocks #100

Closed cryptocifer closed 6 years ago

cryptocifer commented 6 years ago

stream_from will block main thread, it's useful not blocking main thread, so I developed this patch to make it more flexible

roadscape commented 6 years ago

It doesn't look like this patch does anything, as far as I can tell the method body is just a copy from the one preceding it.