-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle Already Dropped Caller #62
base: main
Are you sure you want to change the base?
Conversation
Can you share a specific match error, or the line that fails? We are matching on state.calls in a couple places, so I just want to be sure before I review. Thanks! |
It was matching against an empty map I don't have the exact error anymore; I'll see if I can get it to happen again and provide the stack trace. This could also be added as another case here: I don't know if its related, but I'm also seeing this error occasionally:
|
Finally got the exception 🎉
|
I periodically get a match error when a caller is dropped that doesn't exist in
Terminator.calls
. I'm not sure how to test for this or even how it gets in this state in the first place. Does anyone have any insight into this?