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 Jan 28, 2024. It is now read-only.
The garbage collector can be aggressive in removing (finalizing) objects. With several methods in the API taking the raw pointer, which furthermore sometimes need to be stable for longer time for asynchronous operation, double-check whether the wrapper needs to keep some of the things "alive" (see runtime.KeepAlive()), or it needs explicit documentation.
Further input: Read up on proper use of unsafe.Pointer().