fix: add notify when unreadlock
This commit is contained in:
@ -55,7 +55,7 @@ BlockingStringStream &BlockingStringStream::operator<<(const T &val) {
|
||||
}
|
||||
internalStream << val;
|
||||
}
|
||||
condition.notify_one();
|
||||
condition.notify_all();
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user