Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though

This commit is contained in:
Ryan Ward
2026-05-07 11:29:34 -05:00
parent f4e2475c60
commit a41cbd8cc7
2433 changed files with 14208 additions and 9409 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ use std::time::Duration;
use dashmap::DashMap;
use futures::channel::oneshot;
use futures::io::{AsyncRead, AsyncWrite};
use warpui::r#async::{executor, FutureExt as _};
use galaxyui::r#async::{executor, FutureExt as _};
use crate::proto::{
client_message, server_message, Abort, Authenticate, ClientMessage, DeleteFile, ErrorCode,
@@ -18,8 +18,8 @@ use crate::proto::{
use crate::protocol::{self, ProtocolError, RequestId};
use warp_core::SessionId;
use warpui::r#async::TransportStream;
use galaxy_core::SessionId;
use galaxyui::r#async::TransportStream;
/// Default request timeout (2 minutes).
const REQUEST_TIMEOUT: Duration = Duration::from_secs(120);