Skip to content

Commit

Permalink
Update xds.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Sep 18, 2023
1 parent c0d5ca5 commit 6a156e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agones/src/xds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ filters:
.as_mut()
.map(|annotations| annotations.remove(token_key).unwrap());
gameservers.replace(name.as_str(), &pp, &gs).await.unwrap();

debug_pods(client, "role=proxy");
// now we should send a packet, and not get a response.
let mut failed = false;
for i in 0..30 {
Expand Down

0 comments on commit 6a156e1

Please sign in to comment.