Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voice Keep Alive Continues To Runs After Disconnect #28

Closed
Seniatical opened this issue Jan 17, 2022 · 1 comment · Fixed by #25
Closed

Voice Keep Alive Continues To Runs After Disconnect #28

Seniatical opened this issue Jan 17, 2022 · 1 comment · Fixed by #25
Labels
bug Something isn't working todo A feature to add or is being added
Milestone

Comments

@Seniatical
Copy link
Member

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.

@Seniatical Seniatical added the bug Something isn't working label Jan 17, 2022
@Seniatical Seniatical added this to the Voice milestone Jan 17, 2022
@Seniatical Seniatical pinned this issue Jan 17, 2022
@Seniatical Seniatical linked a pull request Jan 17, 2022 that will close this issue
@Seniatical Seniatical added the todo A feature to add or is being added label Jan 18, 2022
@Seniatical
Copy link
Member Author

Bug has been resolved in latest pushes to PR

@Seniatical Seniatical unpinned this issue Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working todo A feature to add or is being added
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant