In thrift c# tutorial provided on Apache's website, client has to request server to send data.
I want to send data from server to client without client asking for it. As well as client sending data to the server too.
Is it possible to do it via Thrift? If yes, then how? And if not then what else can i use?