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
If Particle releases slot before it was provided (Slot Manager still has it in pending requests), SlotManager will not remove the pending request, so it will remain pending.
(I'm not quite sure what will happen when SlotManager finally provides the slot to a particle that is not pending, but the Particle's slotPromise is not delete either on release)
The text was updated successfully, but these errors were encountered:
If Particle releases slot before it was provided (Slot Manager still has it in pending requests), SlotManager will not remove the pending request, so it will remain pending.
(I'm not quite sure what will happen when SlotManager finally provides the slot to a particle that is not pending, but the Particle's slotPromise is not delete either on release)
The text was updated successfully, but these errors were encountered: