Release: 3.0.0 Beta5

This commit is contained in:
xkeyC
2025-12-06 15:51:06 +08:00
parent 8c4c11df6a
commit 9872823aff
5 changed files with 9 additions and 10 deletions

View File

@@ -916,7 +916,7 @@ class PartyRoom extends _$PartyRoom {
state = state.copyWith(room: state.room.copyWith(eventStreamDisconnected: false));
}
/// 检查事件流是否处于活跃状态
//ignore: avoid_public_notifier_properties
bool get isEventStreamActive => _eventStreamSubscription != null && !(_eventStreamSubscription?.isPaused ?? true);
// ========== 通用服务方法 ==========