nextsnake / nextcore

A super fast low level Discord library for full control.
https://nextcore.readthedocs.io/en/latest/
MIT License
27 stars 6 forks source link

Nextcore won't stop waiting for hello. #251

Closed THEGOLDENPRO closed 1 year ago

THEGOLDENPRO commented 1 year ago

Nextcore seems to keep reconnecting as it thinks it hasn't received a hello. I first thought this was an issue with my framework but I ran the ping pong example and I was able to recreate it instantly.

Logs: nextcore_logs.txt

According to @TAG-Epic it is receiving the hello but before it even gets added to the listener causing this.

image

THEGOLDENPRO commented 1 year ago

okay, that fix seems to have fixed it. Thanks 👍