C#C
C#3y ago
1 reply
Hulkstance

❔ Rx.NET issue

This is a minimal reproducible example of request/response model (like HTTP) but over websockets.

What it technically does is push values to Details until DetailsEnd or Error is received for that particular request ID.

It works as expected, excluding the part with the timeout and errorSignal. How do I make it return Result<IEnumerable<Details>>.FromError(new Error(123, "asd", null)); in case of a timeout or an error?

https://dotnetfiddle.net/vCTQqw
StackOverflow | Test your C# code online with .NET Fiddle code editor.
Was this page helpful?