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

Gateway auto-reconnects without delay if it receives a 1000 status code #241

Open TAG-Epic opened 1 year ago

EmmmaTech commented 1 year ago

https://github.com/nextsnake/nextcore/blob/1cb53c25a12f73988705dac7b320774726841829/nextcore/gateway/shard.py#L614-L616

Isn't this intentional?

TAG-Epic commented 1 year ago

It should reconnect, but with a delay.