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
HOWEVER: care should be taken NOT to call core::mem::forget() on the service, as that would immediately lead to an UB (crash). Also note that forgetting the service might happen with Rc and Arc when circular references are introduced: rust-lang/rust#24456
What is the "service" here, the WifiDriver?
The text was updated successfully, but these errors were encountered:
https://docs.esp-rs.org/esp-idf-svc/esp_idf_svc/wifi/struct.WifiDriver.html#method.set_nonstatic_callbacks
What is the "service" here, the WifiDriver?
The text was updated successfully, but these errors were encountered: