v1.6.5: Improve performance and memory usage

This commit is contained in:
Terrence
2025-05-26 14:30:44 +08:00
parent 277f87ae5f
commit 0c57df1cd8
13 changed files with 50 additions and 45 deletions

View File

@@ -130,8 +130,3 @@ bool Protocol::IsTimeout() const {
}
return timeout;
}
bool Protocol::IsAudioChannelBusy() const {
return busy_sending_audio_;
}