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
Currently, it isn't possible to read the referenceCount for a RiveFile. This makes it difficult to know when to call cleanup() (which can throw errors if reference counting goes negative), which is useful to do when implementing caching for RiveFile.
The text was updated successfully, but these errors were encountered:
Currently, it isn't possible to read the
referenceCount
for aRiveFile
. This makes it difficult to know when to callcleanup()
(which can throw errors if reference counting goes negative), which is useful to do when implementing caching forRiveFile
.The text was updated successfully, but these errors were encountered: