You could always make the client a server as well and support bi-directional rpc's. whether this is a viable choice for your specific scenario I wouldn't know but it does work.
Sent from my iPhone On Mar 20, 2013, at 8:12 AM, Yann Nicolas <[email protected]> wrote: > Hello, > > I need to do be able to send messages from server to client using the > transport created when the client connect to server. This to send push > notifications to clients when something changes on server side. > > My server is C#, my clients are Java & C#. > > Is there a clean way to do that with Thrift? If not, it is planned in the > future? > > Thanks, > > Yann Nicolas
