-
Notifications
You must be signed in to change notification settings - Fork 4
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
No matching function Bank.Account.apply_event/2 #1
Comments
Erlang/OTP 18 [erts-7.3] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
|
in case anyone runs into this... in Event Store
|
I think the culprit is that when a bank account is opened it spawns a new process that executes a loop in account.ex. But this loop has a timeout after 10 seconds and it isn't monitored. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure what causes this error. Sometimes I get it, sometimes I don't. It seems to happen after the terminal has been open for a while... as if it's related to time.
The text was updated successfully, but these errors were encountered: