[ 
https://issues.apache.org/jira/browse/AVRO-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15485732#comment-15485732
 ] 

Jeremy Custenborder commented on AVRO-1910:
-------------------------------------------

Alright [~arthurcoquelet], I took one more quick pass at this and added more 
unit testing around the ReadStreams method. If you run into more issues is it 
possible to share the code you are working with or can you a snippet to repro 
the problem?

> Avro HttpTransceiver.cs - throw new Exception(string.Format("Unexpected end 
> of response binary stream - expected {0} more bytes in current chunk", 
> (object)count)); 
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AVRO-1910
>                 URL: https://issues.apache.org/jira/browse/AVRO-1910
>             Project: Avro
>          Issue Type: Bug
>          Components: csharp
>            Reporter: Arthur Coquelet
>
> in Avro HttpTransceiver.cs - 
> I basically get this exception:
> throw new Exception(string.Format("Unexpected end of response binary stream - 
> expected {0} more bytes in current chunk", (object)count)); 
> I have in my Excel which use my addin:
> Unexpected end of response binary stream - expected 1154463041 more bytes in 
> current chunk
> It appears while transferring data from the server to the client. It lots of 
> data but it does not reach the limit.
> Could you please advise of how to deal with this exception?
> Thanks in advance.
> Best regards,
> Arthur Coquelet



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to