This makes a connection tell the actor to stop the connection, instead of stopping it itself. This is preferable, because other messages sent to the actor that is not processed yet, may now send data to the client. E.g. it makes this work: $ echo status | nc localhost 6600 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_connection.py | ||
| test_lineprotocol.py | ||
| test_server.py | ||
| test_utils.py | ||