Skip to content

Commit

Permalink
Merge pull request #28 from stakpak/patch/session
Browse files Browse the repository at this point in the history
Patch: Session
  • Loading branch information
kajogo777 authored Feb 4, 2025
2 parents 714c440 + 6eb61d1 commit 87ac58a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stakpak"
version = "0.1.28"
version = "0.1.29"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/utils/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub async fn setup_output_handler(
) -> Result<impl Fn(&str), String> {
// Attempt to connect to the socket
let socket_client = match ClientBuilder::new(config.api_endpoint.clone())
.namespace("/v1/sessions")
.namespace("/v1/agents/sessions")
.reconnect(true)
.reconnect_delay(1000, 5000)
.opening_header(
Expand Down

0 comments on commit 87ac58a

Please sign in to comment.