-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow the SidecarTransport to recreate its underlying transport (#440)
* Allow the SidecarTransport to recreate its underlying transport in case it is broken. This is handled in the Rust code so that sidecar's clients (like the PHP tracer) can use the SidecarTransport in a thread safe way. * Expose reconnect function in sidecar-ffi * Add tests * Add comments * Fix clippy errors * Fix windows CI --------- Co-authored-by: Bob Weinand <[email protected]>
- Loading branch information
Showing
2 changed files
with
182 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters