Is it possible to use make multiple ice_response calls from the server side
in response to a single ami call?
I have a situation where I want to send log messages as they are being generated back through the callback object, but on my second ice_response
call I get an "Ice::Exception raised by AMI::callback"? I know it kind of breaks
the paradigm to be returning multiple times for a single method call.

Reply With Quote