We have a race condition where if the new daemon c...
# general
f
We have a race condition where if the new daemon comes back too quickly the old extension won't die and will register with the new daemon. The daemon however will spawn a new extension process because of the autoloaded extensions list. When this new process tries to register it fails because the old one is already there and has the same name. Maybe this is what is happening here.