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
Make StoryHandle pointer returned to the client in AcquireStory method needs to be protected as a shared pointer or a wrapper on the StoryHandle implementation that is used internally
With the current implementation StoryHandle it's exposed to the client & also used internally. We should not risk the Client deleting the pointer while we still reference it or vice versa
The text was updated successfully, but these errors were encountered:
Make StoryHandle pointer returned to the client in AcquireStory method needs to be protected as a shared pointer or a wrapper on the StoryHandle implementation that is used internally
With the current implementation StoryHandle it's exposed to the client & also used internally. We should not risk the Client deleting the pointer while we still reference it or vice versa
The text was updated successfully, but these errors were encountered: