Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
svc-agent update
Browse files Browse the repository at this point in the history
  • Loading branch information
khodzha committed Jul 29, 2020
1 parent 61a020b commit b5ff057
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 28 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,3 @@ svc-authz = "0.10"
svc-error = { version = "0.1", features = ["diesel", "r2d2", "svc-agent", "svc-authn", "svc-authz", "sentry-extension"] }
uuid = { version = "0.6", features = ["v4", "serde"] }
webrtc-sdp = "0.1"

[patch.crates-io]
svc-agent = {git = "https://github.com/netology-group/svc-agent-rs", tag = "v0.14.1"}
1 change: 1 addition & 0 deletions src/app/endpoint/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ impl ResponseHandler for CallbackHandler {
long_term_timing,
short_term_timing,
respp.tracking().clone(),
respp.local_tracking_label().clone(),
);

let resp = OutgoingResponse::unicast(payload.to_owned(), props, &reqp, API_VERSION);
Expand Down

0 comments on commit b5ff057

Please sign in to comment.