❔ 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/vCTQqwStackOverflow | C# Online Compiler | .NET Fiddle
StackOverflow | Test your C# code online with .NET Fiddle code editor.
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.