Hi Jens, thanks for the fast feedback!
>I want to emphasize that there is already some async support which uses the >AsyncTCP. However, it might not cover everything you need, as the current >async code implementation has been used only on the client side so far. Can you tell me where I can read that up? As far I have understood how (the csharp implementation of) Thrift works it shouldn't be possible to have one client-server socket that is used for synchronous client rpc calls and asynchronous server rpc calls since the client may not be reading from the stream at that moment. Cheers, Dominik
