Skip to content

Commit

Permalink
[oracle] Fix oracle websocket error handle (#2722)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar authored Oct 3, 2024
1 parent d16aa66 commit 3d25d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rooch-oracle/src/data_process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub fn subscribe_websocket(
}
Err(e) => {
error!("Failed to read message: {}", e);
return;
break;
}
}
}
Expand Down

0 comments on commit 3d25d7e

Please sign in to comment.