tornado_apns icon indicating copy to clipboard operation
tornado_apns copied to clipboard

feedback service not work so correct

Open Ethan-Zhang opened this issue 11 years ago • 0 comments

I tested the feedback service, and find out lots of errors.

  1. tornado didn't got the read() method but read_bytes()
  2. 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?

Ethan-Zhang avatar Jun 17 '13 14:06 Ethan-Zhang