Github user allengeorge commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1147#discussion_r94287266
  
    --- Diff: test/csharp/TestServer.cs ---
    @@ -273,39 +273,24 @@ public long testTypedef(long thing)
                     return mapmap;
                 }
     
    +            // Insanity
    +            // returns:
    +            // { 1 => { 2 => argument,
    +            //          3 => argument,
    +            //        },
    +            //   2 => { 6 => <empty Insanity struct>, },
    +            // }
                 public Dictionary<long, Dictionary<Numberz, Insanity>> 
testInsanity(Insanity argument)
                 {
                     testLogDelegate.Invoke("testInsanity()");
     
    -                Xtruct hello = new Xtruct();
    --- End diff --
    
    I had to fix the C# server because it was not handling `testInsanity` 
properly.


---
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