Skip to content

Commit

Permalink
update logging and bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
neevek committed Nov 23, 2024
1 parent 65646c9 commit 57ac105
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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 = "rstun"
version = "0.6.1"
version = "0.6.2"
edition = "2021"

[lib]
Expand Down
2 changes: 2 additions & 0 deletions src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ impl Client {
}
};

self.set_and_post_tunnel_state(ClientState::Tunneling);

let udp_server = inner_state!(self, udp_server).clone();
if let Some(udp_server) = udp_server {
let conn = inner_state!(self, udp_conn).clone().unwrap();
Expand Down

0 comments on commit 57ac105

Please sign in to comment.