You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raise the quonfig dependency floor from >= 1.0.0 to >= 1.4.0 so provider users inherit
the fork-safety fix (qfg-lv4n.1, qfg-4t5o). On quonfig 1.0.0-1.3.0 a process that forked and
kept evaluating in the parent went permanently dark after the fork while connection_state
reported :connected; 1.4.0 leaves the parent untouched and re-initializes the child on its
first use. No change to this provider's own behavior.