Mecha-Karen/acord

Voice Keep Alive Continues To Runs After Disconnect

Closed this issue · 1 comments

Describe the bug
After OP 13 has been dispatched voice keep alive manager continues to send heartbeats

Reproducible code

            channel = self.get_channel(913890363217965148)
            m = await message.reply(content="Joining VC shortly")
            await channel.join()
            await m.edit(content="Joined VC")
            await channel.leave()
            await m.edit(content="Left VC")
            # Monitor heartbeats in logs

Full error message

N/A

Expected behavior
Heartbeating should've stopped

Screenshots
If applicable, add screenshots to help explain your problem.

Enviroment (please complete the following information):

  • Service: Desktop
  • OS: Windows 10
  • Python Version: 3.9.5
  • Acord Version 0.0.1a3
  • Any of notes: voice branch

Additional context
Add any other context about the problem here.

Bug has been resolved in latest pushes to PR