update ios
This commit is contained in:
@@ -28,7 +28,16 @@ class PlatformSingboxService with InfraLogger implements SingboxService {
|
||||
_statusChannel.receiveBroadcastStream().map(SingboxStatus.fromEvent);
|
||||
final alerts =
|
||||
_alertsChannel.receiveBroadcastStream().map(SingboxStatus.fromEvent);
|
||||
|
||||
loggy.debug("[TLOG] Status first recieved");
|
||||
final _2 = await alerts.first;
|
||||
loggy.debug("[TLOG] alert First recieved");
|
||||
|
||||
final _1 = await status.first;
|
||||
loggy.debug("[TLOG] Waiting for first entry");
|
||||
|
||||
_status = ValueConnectableStream(Rx.merge([status, alerts])).autoConnect();
|
||||
|
||||
await _status.first;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user