Skip to content
Snippets Groups Projects
Commit 008ee349 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

Revert "audiortp: call join after calling stop on RtpThread"

This reverts commit f0a7fe36.
parent 2ad30606
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,6 @@ class AudioSymmetricRtpSession : public ost::TimerPort, public ost::SymmetricRTP
void stopSymmetricRtpThread (void) {
assert(_rtpThread);
_rtpThread->running = false;
_rtpThread->join();
}
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment