dossjh

Results 5 comments of dossjh

just run a server on the client and have the server call functions on the client. This is what i do.

> > just run a server on the client and have the server call functions on the client. This is what i do. > > > > And what if...

From separate threads there is no reason to do a async_call. You can just call and block that thread. I am not sure if that is your problem but give...

No, you do a call, see the changed line below. I tried this in one of the examples and it runs fine. It blocks the thread, but thats ok because...

@fengshaoxia I was thinking... I am not sure if this is just a contrived example for testing, but I don't think i would want to send 10,000 items in 1...