Fix TwoPartyServer to handle more than one client at a time. Fixes #23
Also fix various memleaks in RpcServer/Client
This commit is contained in:
@@ -12,6 +12,8 @@ cdef extern from "../helpers/capabilityHelper.h":
|
||||
cdef extern from "../helpers/rpcHelper.h":
|
||||
cdef cppclass PyRestorer:
|
||||
PyRestorer(PyObject *)
|
||||
cdef cppclass ErrorHandler:
|
||||
pass
|
||||
|
||||
cdef extern from "../helpers/asyncHelper.h":
|
||||
cdef cppclass PyEventPort:
|
||||
|
||||
Reference in New Issue
Block a user