添加递归溢出检测代码: #1363

This commit is contained in:
ziyue
2022-01-17 14:47:55 +08:00
parent 0c4410c523
commit 8937d9ea92
2 changed files with 37 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ public:
bool stopSendRtp(MediaSource &sender, const string &ssrc) override;
private:
int _invoke_depth = 0;
std::weak_ptr<MediaSourceEvent> _listener;
};