Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user