Skip to content
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

Catching exits from GenServer, so if it is busy reconnecting, caller doesn't exit. #210

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

balena
Copy link
Contributor

@balena balena commented Jan 26, 2022

While AMQP is busy reconnecting, there's a chance that calls to AMQP.Application.get_connection/0 exits. So to avoid forcing the caller to handle exits, the same is already made from inside the function, returning a proper {:error, :timeout}.

@ono
Copy link
Collaborator

ono commented Jan 26, 2022

good catch!

@ono ono merged commit 4c0a87e into pma:main Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants