This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
Release App and Bug fixes
Api
- Pulsar Protocol requires loop as first parameter during initialisation
- Actor uses event loop
set_debug
method when running with the--debug
flag GreenWSGI
handler moved topulsar.apps.greenio.wsgi
- Added the release application for making releases. Used by pulsar and other packages.
Internals
- Use
actor_stop
rather thanloop.stop
when handling OS signals which kill an actor. - Better
close
method forTCPServer
- sudoless testing in travis
Bug Fixes
- Bug fix in
HttpRedirect.location
attribute