BUGFIXES:
- Rocket.stop() no longer stops logging by default. This behavior is considered deprecated and will notify you if you call it explicitly.
- Fixed the "restart" behavior to actually work
- Removed some race conditions where the monitor would not restart correctly.
- Fixed the timeout issue when sending HTTP headers.
Features:
- Rocket.start(background=False) - if background is passed as True, Rocket will run in background threads and start() will return as soon as it is finished starting everything.
- Added server-supported Futures (experimental and disabled by default)