[jira] [Updated] (AVRO-975) Support RPC in C#

2013-07-30 Thread Bruce Collie (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Collie updated AVRO-975: -- Attachment: types_main.diff types_ipc.diff I had problems trying to apply the latest

[jira] [Commented] (AVRO-975) Support RPC in C#

2013-07-30 Thread Bruce Collie (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13723758#comment-13723758 ] Bruce Collie commented on AVRO-975: --- Instead of using simple type names, this change

[jira] [Commented] (AVRO-975) Support RPC in C#

2013-07-04 Thread Bruce Collie (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13699893#comment-13699893 ] Bruce Collie commented on AVRO-975: --- I have just discovered a type mapping issue when

[jira] [Updated] (AVRO-975) Support RPC in C#

2013-06-25 Thread Bruce Collie (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Collie updated AVRO-975: -- Attachment: java-compat.diff RPC compatibility fix between .NET and Java Support RPC

[jira] [Commented] (AVRO-975) Support RPC in C#

2013-06-25 Thread Bruce Collie (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13692835#comment-13692835 ] Bruce Collie commented on AVRO-975: --- java-compat.diff is a patch to fix packet sequencing

[jira] [Updated] (AVRO-975) Support RPC in C#

2013-06-25 Thread Bruce Collie (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Collie updated AVRO-975: -- Attachment: timeout-unhandled-exception.diff When a java(possibly any) client closed the connection to a

[jira] [Commented] (AVRO-975) Support RPC in C#

2013-06-25 Thread Bruce Collie (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13692840#comment-13692840 ] Bruce Collie commented on AVRO-975: --- timeout-unhandled-exception.diff fixes the unhandled