Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 636 Bytes

todo.md

File metadata and controls

26 lines (25 loc) · 636 Bytes
  • connecting to server {info, connect, ping}
  • ping/pong interval
  • publishing
  • subscriptions
  • request/response
  • protocol parsing
  • client states
  • pending buffer
  • clustering reconnect
  • authentication and connect options
  • tests
  • example tools
  • pypi, etc...
  • TLS
  • async INFO protocol
  • No Echo
  • Python 3.7 updates
  • Improved connect
  • io_loop becomes loop parameter
  • Drain Mode
  • Connect timeout
  • Adopt async/await in client
  • Subscription object on subscribe
  • Error handler yields the subscription
  • Use asyncio.Protocol