pycapnp/examples
Jacob Alexander dd3551f978
Adding poll_once() to TwoPartyServer API
- 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
2020-01-08 18:06:26 -08:00
..
addressbook.capnp Get code generator plugin to a decently working state. 2014-10-19 20:06:00 -07:00
addressbook.py Fixing remaining flake8 lint warnings 2019-12-11 22:44:44 -08:00
async_calculator_client.py Fixing flake8 linting errors 2019-10-15 01:08:11 -07:00
async_calculator_server.py Adding poll_once() to TwoPartyServer API 2020-01-08 18:06:26 -08:00
async_client.py Fixing Windows tests 2019-10-19 00:26:55 -07:00
async_reconnecting_ssl_client.py Fixing flake8 linting errors 2019-10-15 01:08:11 -07:00
async_server.py Adding poll_once() to TwoPartyServer API 2020-01-08 18:06:26 -08:00
async_ssl_client.py Adding examples as pytest tests 2019-09-27 14:40:54 -07:00
async_ssl_server.py Adding poll_once() to TwoPartyServer API 2020-01-08 18:06:26 -08:00
calculator.capnp Add semi-functional rpc example 2013-12-09 19:49:48 -08:00
calculator_client.py Adding examples as pytest tests 2019-09-27 14:40:54 -07:00
calculator_server.py Adding examples as pytest tests 2019-09-27 14:40:54 -07:00
selfsigned.cert Adding pure python SSL test using asyncio 2019-09-26 21:42:54 -07:00
selfsigned.key Adding pure python SSL test using asyncio 2019-09-26 21:42:54 -07:00
thread.capnp Adding reconnecting async ssl example 2019-10-05 14:50:56 -07:00
thread_client.py Adding examples as pytest tests 2019-09-27 14:40:54 -07:00
thread_server.py Adding examples as pytest tests 2019-09-27 14:40:54 -07:00