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
I had the same panic, managed to avoid this in my application by having a state of initiator and testing the state before initiator.Start() or initiator.Stop() to prevent calling them multiple times
We use quickfix extensively in our systems and we are getting this panic several times per week across our services
A solution could be to make
EventTimer.Stop
idempotent:This proposal is included in PR #580
The text was updated successfully, but these errors were encountered: