You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
I am using most of the retained memory space in my program (Boron 2G). I discovered that the retained memory space limit is not checked when declaring the ConnectionEventData ConnectionEvents::connectionEventData buffer, it will use more retained memory space than is available, causing a hard panic when it tries to remove an event.
Fix: Make sure you have enough retained memory space (512 bytes is the default)