mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
![]() - poll_forever() doesn't allow for checking socket connection to client * Need to check for client, if eof received then we can close the connection and cleanup pycapnp cpu resources (async tasks) - Updated async examples to fix bugs * Add checking code for socket connection to the client and gracefully cleanup resources once the client socket connection closes * Instanciate a new TwoPartyServer per connection (allows for multiple connections) - Should resolve Issue #198 |
||
---|---|---|
.. | ||
addressbook.capnp | ||
addressbook.py | ||
async_calculator_client.py | ||
async_calculator_server.py | ||
async_client.py | ||
async_reconnecting_ssl_client.py | ||
async_server.py | ||
async_ssl_client.py | ||
async_ssl_server.py | ||
calculator.capnp | ||
calculator_client.py | ||
calculator_server.py | ||
selfsigned.cert | ||
selfsigned.key | ||
thread.capnp | ||
thread_client.py | ||
thread_server.py |