Ticket #3216 defect closed fixed
twisted.amp documentation _command and _ask order inverted
| Reported by: | proppy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | documentation |
| Cc: | thijs, exarkun, glyph | Branch: | branches/amp-keys-doc-3216 |
| Author: | thijs, exarkun | Launchpad Bug: |
Description
This documentation page: http://twistedmatrix.com/documents/current/api/twisted.protocols.amp.html
Lists amp keys in the following order:
C: _command: sum C: _ask: ef639e5c892ccb54
However when reading raw amp data from C++: http://proppy.aminche.com/hg/boost-asio-sample/file/f58a19591ee5/client.cpp
I received data in this order:
_ask 8 _command MessageReceived message ping
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

