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
The `NSTimer` docs state that a non-repeating (aka single-shot in our
terms) timer is invalidated after it fires. This means that we should
not do it ourselves, and in fact it appears that the pointer itself is
no longer valid, so we would be passing an `invalidate` message to a
random object or segfault.
0 commit comments