Github user vgotra commented on the issue:

    https://github.com/apache/thrift/pull/1088
  
    Hi @Jens-G 
    
    Done - you can check master in https://github.com/vgotra/thrift.
    
    Added framed transport and added sample of usage of MultiplexedProtocol. 
Also updated docs for library.
    
    I matched that last time you used 1.0.0-preview2-1-003177 version of .Net 
Core SDK - you can also experiment with different SDK of .Net Core (just change 
version of SDK in solution global.json - I added samples). 
    
    The only thing - in 1.0.0-preview2-1-003177 version of .NET Core CLI, 
dotnet doesn't support simple passing of arguments. So, for correct work of 
tutorial, arguments should be passed to cmd for server and client in full form 
like a (dotnet run -t:tcp -p:multiplexed, dotnet run -help). In latest SDK of 
.NET Core CLI added possibility to use passing arguments in more easy way - 
like: dotnet run -- -p:multiplexed, dotnet run -- -h
    
    Pls, ping me when you will be ready to merge pull request and I will create 
it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to