record-daemon: add live client events, fix video_file
record-daemon / Build, check and test (push) Successful in 2m12s
record-daemon / Build, check and test (push) Successful in 2m12s
This commit is contained in:
@@ -206,6 +206,8 @@ impl Daemon {
|
||||
if let Some(creds) = watcher.credentials() {
|
||||
self.lqp_client.connect(creds.clone()).await?;
|
||||
self.lqp_client.start_event_listener().await?;
|
||||
// Start polling for live client events (kills, deaths, objectives)
|
||||
self.lqp_client.start_live_client_event_poller().await;
|
||||
}
|
||||
}
|
||||
Some(false) => {
|
||||
|
||||
Reference in New Issue
Block a user