Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Mj/die with a quickness #394

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

michaeldjeffrey
Copy link
Contributor

waiting infinity for sessions to close was causing the swarm_server to
never fully die when it was terminated.
Why it's own 10s timeout in libp2p_swarm_sup did not come along and
brutally kill the process is still a mystery to me.

The supervisor is a one_for_all, if anything is going down, it's taking all
the sessions with it already. We'll still log to know what is killing
the server.

waiting infinity for sessions to close was causing the swarm_server to
never fully die when it was terminated.
Why it's own 10s timeout in libp2p_swarm_sup did not come along and
brutally kill the process is still a mystery to me.
supervisor is a one_for_all, if anything is going down, it's taking all
the sessions with it already. We'll still log to know what is killing
the server.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants