mopidy/tests/utils/network
Trygve Aaberge d62ad966af network: Respond to messages before closing connections
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
2014-04-25 06:11:01 +02:00
..
__init__.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
test_connection.py network: Respond to messages before closing connections 2014-04-25 06:11:01 +02:00
test_lineprotocol.py network: Respond to messages before closing connections 2014-04-25 06:11:01 +02:00
test_server.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00
test_utils.py Rename test files to pattern expected by test runners 2014-01-15 00:01:50 +01:00