Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Release App and Bug fixes

Compare
Choose a tag to compare
@lsbardel lsbardel released this 26 Nov 14:51
· 685 commits to master since this release

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 to pulsar.apps.greenio.wsgi
  • Added the release application for making releases. Used by pulsar and other packages.

Internals

  • Use actor_stop rather than loop.stop when handling OS signals which kill an actor.
  • Better close method for TCPServer
  • sudoless testing in travis

Bug Fixes

  • Bug fix in HttpRedirect.location attribute