mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-01 11:49:16 +00:00
Fixed rtl_tcp signal source
This commit is contained in:
parent
829c3be34e
commit
79170327ab
@ -157,6 +157,7 @@ rtl_tcp_signal_source_c::~rtl_tcp_signal_source_c()
|
|||||||
boost::mutex::scoped_lock lock(mutex_);
|
boost::mutex::scoped_lock lock(mutex_);
|
||||||
io_service_.stop();
|
io_service_.stop();
|
||||||
not_empty_.notify_one();
|
not_empty_.notify_one();
|
||||||
|
not_full_.notify_one();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user