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
While porting replyWhileStopped in #3317 for I noticed a risky double to long conversion using an explicit cast. With a large value the long will overflow and we'll have a negative timespan.