The timerChan and timeoutChan variables were created but never read from, causing lint errors. Removed them since we don't need channel synchronization - we only want the timeout to trigger a message, not block anything.
The timerChan and timeoutChan variables were created but never read from, causing lint errors. Removed them since we don't need channel synchronization - we only want the timeout to trigger a message, not block anything.