Files
pycapnp/docs
André Cruz 1b19b6db13 Prevent race condition in example code (#305)
The example async server code uses timeouts around read() operations.
However, this has a race condition where data can be read, the timeout
fires, and the data is lost.

These timeouts are not really needed in this example code, so I removed
them to prevent people from having strange issues with lost messages
and undefined RPC behavior when using the example code.
2023-01-08 22:29:23 -08:00
..
2020-06-14 17:05:45 -07:00
2020-06-14 17:05:45 -07:00
2022-04-06 13:32:52 +10:00
2020-06-14 17:05:45 -07:00
2020-06-14 17:05:45 -07:00
2013-08-18 21:49:12 -07:00