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
In #79, a new #busy check was added to ensure we wait for the current fetch to complete before allowing another fetch to happen. Unfortunately #busy is never set back to false, so only a single fetch can ever be made per include fragment. We should be able to reliably change src and have the contents update accordingly
The text was updated successfully, but these errors were encountered:
In #79, a new
#busy
check was added to ensure we wait for the current fetch to complete before allowing another fetch to happen. Unfortunately#busy
is never set back tofalse
, so only a single fetch can ever be made per include fragment. We should be able to reliably changesrc
and have the contents update accordinglyThe text was updated successfully, but these errors were encountered: