Fix memleak and simplify dynamic client api

This commit is contained in:
Jason Paryani
2013-10-17 19:15:40 -07:00
parent a5d0abb49f
commit 7f7b28f328
5 changed files with 91 additions and 117 deletions

View File

@@ -13,7 +13,6 @@ def example_client():
client = example_capability_capnp.TestInterface.new_client(Server(), loop)
req = client.request('foo')
req = client.request('foo2')
req.i = 5
remote = req.send()