Compare commits

...

2 Commits

Author SHA1 Message Date
vhaudiquet 3592b86a94 fmt
record-daemon / Build, check and test (push) Failing after 13m47s
2026-06-02 20:14:17 +02:00
vhaudiquet b49ed22665 fix: tryfix record-daemon disconnecting from league client 2026-06-02 20:14:01 +02:00
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -72,6 +72,9 @@ impl LqpClient {
pub async fn connect(&self, creds: LockfileCredentials) -> Result<()> {
info!("Connecting to League Client at port {}", creds.port);
// Reset shutdown flag for new connection
*self.shutdown.write().await = false;
// Store credentials
*self.credentials.write().await = Some(creds.clone());