Closed m8sec closed 6 years ago
Hey there! Thanks for the report here. This looks to be a deviation in asyncio from Tornado 5.0+ which only affects python 3, not 2. Instead of downgrading version, I was able to implement a threat loop fix in asyncio and pushed it out via v0.8. It's not available and works with python 3 and doesn't need to downgrade Tornado :) Thanks for the report!! Appreciate it.
Awesome tool!! Unfortunately, the newest version of Tornado (5.0.2) throws the following error when using Python3 and will not start the web server. A work around is to use a lower version of Tornado (4.5.3) until this is fixed.
Hope this helps, m8r0wn