Fix segfault by making TwoPartyClient's members immortal

This commit is contained in:
Jason Paryani
2013-12-10 23:29:21 -08:00
parent a17c76f593
commit 0e178de136
2 changed files with 12 additions and 9 deletions

View File

@@ -5,10 +5,8 @@ import argparse
import socket
import random
import capnp
import traceback
import calculator_capnp
import rpc_capnp
def readValue(value):
'''Helper function to asynchronously call read() on a Calculator::Value and