Lasse Blaauwbroek
e13a0c9254
Experiment: Wrap all capnp code in a context-manager to avoid segfaults ( #317 )
...
* Experiment: Wrap all capnp code in a context-manager
* Fix segfault in on_disconnect
2023-10-03 09:04:51 -07:00
Lasse Blaauwbroek
4b5c4211f1
Force server methods to be async and client calls to use await
2023-06-08 03:56:57 +02:00
Lasse Blaauwbroek
97bdeaea12
Disable option to run capnp without asyncio
2023-06-08 02:27:38 +02:00
Jacob Alexander
fc75e4083d
Fixing remaining flake8 lint warnings
2019-12-11 22:44:44 -08:00
Jacob Alexander
b3021e4f6b
Fixing flake8 warnings and errors
...
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude benchmark
Excluding the benchmark directory (due to protobuf generated files)
Also removing some Python2 specific code
2019-09-27 00:15:13 -07:00
Jason Paryani
032713f8b9
Add asserts to test_response.py
2016-06-17 13:53:48 -07:00
Jason Paryani
5ffe7eb2f6
Fix response objects not referencing parents correctly
...
Fixes #103
2016-06-17 13:50:42 -07:00