tornado_apns
tornado_apns copied to clipboard
feedback service not work so correct
I tested the feedback service, and find out lots of errors.
- tornado didn't got the read() method but read_bytes()
- you have a generator, but the yield value were async, the python parse didn't know the value type of the generator, so it will gives error.
I have correct this mistakes, and complete the feedback service. Have you ever had interest checking my branch?