1
0
Эх сурвалжийг харах

Fixes throttling by passing through dueTime

Nick Darvey 6 жил өмнө
parent
commit
eead46b1c9

+ 1 - 1
AsyncRx.NET/System.Reactive.Async.Linq/System/Reactive/Linq/Operators/Throttle.cs

@@ -134,7 +134,7 @@ namespace System.Reactive.Linq
                                         hasValue = false;
                                         hasValue = false;
                                     }
                                     }
                                 }
                                 }
-                            }).ConfigureAwait(false);
+                            }, dueTime).ConfigureAwait(false);
                             await d.AssignAsync(t).ConfigureAwait(false);
                             await d.AssignAsync(t).ConfigureAwait(false);
                         },
                         },
                         async ex =>
                         async ex =>