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
In mapbox-gl-native, we're essentially manually seizing local refs whenever they are generated, in order to ensure that the local reference table never overflows. Djinni does the same thing.
Should the high-level bindings just always return jni::Local<T>s?
The text was updated successfully, but these errors were encountered:
In mapbox-gl-native, we're essentially manually seizing local refs whenever they are generated, in order to ensure that the local reference table never overflows. Djinni does the same thing.
Should the high-level bindings just always return
jni::Local<T>
s?The text was updated successfully, but these errors were encountered: