jupyter / nb2kg

Other
73 stars 31 forks source link

Changes necessary to coexist with Tornado 6 #25

Closed kevin-bates closed 5 years ago

kevin-bates commented 5 years ago

The current Tornado 6 release uses native coroutines for its websocket handler. As a result, subclasses that didn't call via yield or await now fail. This change fixes that handler accordingly.