Chad Fawcett

Results 4 issues of Chad Fawcett

**Describe the bug** The jwt logic assumes `exp` is in ms timestamp format (time.getUnixTime is just Date.now), but the JWT RFC (https://www.rfc-editor.org/rfc/rfc7519#section-4.1.4) states it should be [seconds since epoch](https://www.rfc-editor.org/rfc/rfc7519#page-6), not...

bug

Addresses https://github.com/ueberdosis/hocuspocus/issues/854 When making many edits to the same document within the disconnectTimeout window (1000ms by default), it's possible to stack a large number of redundant setTimeout calls. This tracks...

**Description** When performing a large number of concurrent DirectConnection updates to a handful of documents, a rapidly escalating memory leak was observed. Waiting and forcing garbage collection had no impact...

bug

### What happened? [The custom callback docs](https://docs.litellm.ai/docs/observability/custom_callback#async-callback-functions) claim that only succcess_callback can be async, but looks like this is out of date. I didn't check all, but it looks like...

bug