···1010use log::{debug, error};
1111use tokio::sync::{RwLock, broadcast};
12121313-const EMPTY_LOGS_MESSAGE: &[u8] = b"No logs to show. Waiting for project to start...";
1313+const EMPTY_LOGS_MESSAGE: &[u8] = b"No logs to show. Waiting for project to start...\n\r";
14141515impl LuminaryEngine {
1616 /// Creates a stream of [Bytes] for clients to subscribe to.