When fixing this bug, please also note that why the client freezes up when doing this (please check the first post). This could be a potential bug if the api is changed to:

DataHandler echo(DataHandler data);

And the client call the server twice in succession. The 2nd time, the client would use the returned DataHandler from the first call and pass it to the server as the parameter. Ideally, this should work normally.

However, I haven't confirm if this case would cause problem or not.



Reply via email to