Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pushing files to the remote #158

Merged
merged 3 commits into from
Apr 27, 2021
Merged

Pushing files to the remote #158

merged 3 commits into from
Apr 27, 2021

Conversation

AnastasiiaRomaniuk
Copy link
Contributor

@AnastasiiaRomaniuk AnastasiiaRomaniuk commented Apr 26, 2021

Added usage of the sogar util to push files to the remote

@@ -20,15 +21,17 @@ pub struct PcapRecordingInterceptor {
recorder: Arc<Mutex<Option<Recorder>>>,
condition_timeout: Arc<(Mutex<RecordingState>, Condvar)>,
handle: Arc<Mutex<Option<thread::JoinHandle<()>>>>,
file_name: Arc<Mutex<String>>,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe document the reason why it's not using async mutexes at this place in a comment

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor

@awakecoding awakecoding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@awakecoding awakecoding merged commit 50d4023 into master Apr 27, 2021
@awakecoding awakecoding deleted the added-push-files-to-remote branch April 27, 2021 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants