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 has been archived by the owner on Sep 6, 2023. It is now read-only.
The current implementation of the custom attribute descriptor appears to indefinitely reference the EspDefaultNvsPartition. This leads to a panic when someone else attempts to access the mentioned default partition.
This issue arises from the lazy initialization of a static variable (STORAGE) in src/gatt_server/custom_attributes.rs, which retains a Mutex lock until itself is dropped. I am working on resolving this problem promptly and wanted to inform anyone else who may encounter the same issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current implementation of the custom attribute descriptor appears to indefinitely reference the
EspDefaultNvsPartition
. This leads to a panic when someone else attempts to access the mentioned default partition.This issue arises from the lazy initialization of a static variable (
STORAGE
) insrc/gatt_server/custom_attributes.rs
, which retains a Mutex lock until itself is dropped. I am working on resolving this problem promptly and wanted to inform anyone else who may encounter the same issue.The text was updated successfully, but these errors were encountered: