HDFGroup / h5serv

Reference service implementation of the HDF5 REST API
Other
168 stars 35 forks source link

Tornado has changed internal callback API #121

Closed dsblank closed 6 years ago

dsblank commented 6 years ago

Tornado 5.1 (at least) no longer has a "_callbacks" attribute. Without this change, the server won't shut down, and one must first suspend the process and then "kill -9" it.

jreadey commented 6 years ago

Thanks for the PR!

dsblank commented 6 years ago

You're welcome! Great project, thanks for sharing and upkeep! Very nice that I can share neural network data with a group of people, with nothing to install.