Skip to content

Commit

Permalink
Fix engine mixer idle timeout (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoMDomingues authored Dec 15, 2023
1 parent 994e060 commit 6e44306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/engine/EngineMixer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ EngineMixer::EngineMixer(const std::string& id,

EngineMixer::~EngineMixer() {}

bool EngineMixer::isIdle(const uint16_t timestamp) const
bool EngineMixer::isIdle(const uint64_t timestamp) const
{
if (!utils::Time::diffGE(_lastReceiveTimeOnRegularTransports,
timestamp,
Expand Down

0 comments on commit 6e44306

Please sign in to comment.