We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As discussed in #44 (comment), running this test causes memory to steadily increase if looking at Activity Monitor.
func test_allocateTooMany() { for i in 1...1000000000 { let s = text.observe { _ in } text.unobserve(s) } }
This is pointing to a leak somewhere. I don't know if it is Yswift itself or Yrs.
The text was updated successfully, but these errors were encountered:
thanks for opening a new issue with this @fbarbat
Sorry, something went wrong.
I'll check it on the yrs side.
Horusiath
No branches or pull requests
As discussed in #44 (comment), running this test causes memory to steadily increase if looking at Activity Monitor.
This is pointing to a leak somewhere. I don't know if it is Yswift itself or Yrs.
The text was updated successfully, but these errors were encountered: