You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
ThrottleFirstFrame throws NullReferenceException when stream sends OnNext immediately.
Could you allocate tick before subscribing?
// ThrottleFirstFrame.RunpublicIDisposableRun(){cancelable=newSerialDisposable();// if source sends OnNext immediately, tick is null!varsubscription=parent.source.Subscribe(this);tick=newThrottleFirstFrameTick(this);returnStableCompositeDisposable.Create(cancelable,subscription);}
The text was updated successfully, but these errors were encountered:
ThrottleFirstFrame throws NullReferenceException when stream sends OnNext immediately.
Could you allocate tick before subscribing?
The text was updated successfully, but these errors were encountered: