Kasbolat Kumakhov
Kasbolat Kumakhov
Currently we have `StoreInitializer.UnhandledException` which is called for exceptions occurring in effects since they are async. Is there any reason why the same is not used for action subscribers? The...
### Describe the bug 🐞 If exceptions occur during deserializing, they are not passed through `RefitSettings.ExceptionFactory`. For example, these: https://github.com/reactiveui/refit/blob/4744780644ecaa5e23ee93fccbadd9528eaa6add/Refit/RequestBuilderImplementation.cs#L280 https://github.com/reactiveui/refit/blob/4744780644ecaa5e23ee93fccbadd9528eaa6add/Refit/RequestBuilderImplementation.cs#L298 ### Step to reproduce 1. Replace `ExceptionFactory` in `RefitSettings`...
In it's current state (4.1.0) there is an exception inside `Dispose(bool disposing)` method: https://github.com/serilog/serilog-sinks-periodicbatching/blob/d7b0406169671d55dc34cee97eedc72c137fcff0/src/Serilog.Sinks.PeriodicBatching/Sinks/PeriodicBatching/PeriodicBatchingSink.cs#L331-L355 This line: https://github.com/serilog/serilog-sinks-periodicbatching/blob/d7b0406169671d55dc34cee97eedc72c137fcff0/src/Serilog.Sinks.PeriodicBatching/Sinks/PeriodicBatching/PeriodicBatchingSink.cs#L339 Causes this: ``` PeriodicBatchingSink (Serilog.Sinks.Seq.Batched.BatchedSeqSink): caught exception during disposal System.PlatformNotSupportedException: Cannot wait on...