# This can be used to make sure connections are handled asynchronously by the
# server, in the example are example/server.rs.
#
# Run it with:
#
# ```
# python issue19.py & ; sleep 2 ; python issue19.py
# ```
#
# The expectation is that the second instance of this script should finish
# within 7 seconds.
#
# This example requires https://github.com/studio-ousia/mprpc
=
=