GetStream / stream-net

NET Client - Build Activity Feeds & Streams with GetStream.io

Home Page:https://getstream.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StreamChatException.FromResponse crashes in case of Http timeout

cliffofdeath opened this issue · comments

When StreamChatException.FromResponse() is called in case of a Http timeout, JsonConvert.DeserializeObject<StreamChatException.ExceptionState>(response.Content) causes a Newtonsoft.Json.JsonReaderException.
The content of response.Content is in that case "Request Timeout".

gz#9477

Agent comment from Anders Lund in Zendesk ticket #9477:

Hi there,

We'll take a look into this as soon as we can.