ably-dotnet icon indicating copy to clipboard operation
ably-dotnet copied to clipboard

Add a meaningful error code if RealtimeChannel.PublishAsync times out

Open marto83 opened this issue 4 years ago • 0 comments

Currently we return an error code of 0 if PublishAsync doesn't complete in 10 seconds. However the error code and status code passed back to the client is 0 so it's doesn't mean anything.

Here is the code in question: https://github.com/ably/ably-dotnet/blob/e2f834d3f287f06b61a9d8e55da65bbba71a4bce/src/IO.Ably.Shared/Realtime/RealtimeChannel.cs#L513

┆Issue is synchronized with this Jira Task by Unito

marto83 avatar Oct 28 '21 09:10 marto83