Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use int nonce for heartbeat instead of float for VoiceGateway (#…
…1727) Fixes #1726 VoiceGateway no longer accepts a string or a float in the heartbeat nonce and instead immediately disconnects the client with code 4020. Fixed send_heartbeat to use an uint64 instead of a float for the nonce.
- Loading branch information