Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
567 stars 90 forks source link

Fixed not specified size issue in read_val(aio) #202

Closed chozo99 closed 1 year ago

chozo99 commented 1 year ago

There was a size in the existing code, but it seems to have been removed while applying async/await.

reference: https://github.com/Thriftpy/thriftpy2/commit/b4abbdd14dbedbb7f057021d222d7d5b9631ecd1

ethe commented 1 year ago

thanks!