Skip to content

Commit 10ffd72

Browse files
committed
allow state machine transition in mid-flight
1 parent 02cd686 commit 10ffd72

File tree

1 file changed

+0
-1
lines changed
  • pulsebeam/src/participant/downstream

1 file changed

+0
-1
lines changed

pulsebeam/src/participant/downstream/video.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ impl Slot {
457457
if let Some(current) = self.target_receiver()
458458
&& current.rid == receiver.rid
459459
&& current.meta.id == receiver.meta.id
460-
&& !matches!(self.state(), SlotState::Paused { .. })
461460
{
462461
return;
463462
}

0 commit comments

Comments
 (0)