Compare commits
3 Commits
release-20
...
release-20
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f7af5fe30 | ||
|
|
bf54d2699e | ||
|
|
46d61b5562 |
@@ -53,7 +53,8 @@ jobs:
|
||||
export PATH="/opt/mips-linux-musl-cross/bin:$PATH" &&
|
||||
export CARGO_TARGET_MIPS_UNKNOWN_LINUX_MUSL_LINKER=mips-linux-musl-gcc &&
|
||||
cd backend &&
|
||||
cargo +nightly build --target mips-unknown-linux-musl --release -Z build-std=std,panic_abort
|
||||
cargo +nightly build --target mips-unknown-linux-musl --release -Z build-std=std,panic_abort &&
|
||||
file /project/target/mips-unknown-linux-musl/release/backend
|
||||
'
|
||||
|
||||
- name: Rename Binary
|
||||
|
||||
@@ -145,7 +145,7 @@ pub fn provide_torrent_store() {
|
||||
let max_backoff_ms: u32 = 30000; // Max 30 seconds
|
||||
let mut was_connected = false;
|
||||
let mut disconnect_notified = false; // Track if we already showed disconnect toast
|
||||
let mut got_first_message = false; // Only count as "connected" after receiving data
|
||||
let mut got_first_message; // Only count as "connected" after receiving data
|
||||
|
||||
loop {
|
||||
let es_result = EventSource::new("/api/events");
|
||||
|
||||
Reference in New Issue
Block a user