This content has been marked as final.
Show 2 replies
-
1. Re: Trying to use multiplex to implement UIL2 style transpor
timfox Dec 19, 2005 10:35 AM (in response to timfox)Hmm.. I was reading "pair of sockets" to mean "pair of server sockets" maybe this isn't right.
In the samples, MultiplexInvokerClient sets up a callback server which listens on localhost:8080 for callbacks.
Is this necessary? Can we get callbacks without setting up a client callback server? We don't want anything listening to accept connections on the client side.
Thanks again and sorry for being a pain :) -
2. Re: Trying to use multiplex to implement UIL2 style transpor
timfox Dec 19, 2005 12:10 PM (in response to timfox)So just to clarify my issue:
The current API for push callbacks requires a locator to a client side callback server to be specified.
In our case we have no client side callback server since we don't want any server sockets on the client side.
So how do I use push callbacks for our case?
Thx