Skip to content
New issue

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

crash in [JFRWebSocket dealloc] #70

Open
Evgeny-A opened this issue Sep 25, 2017 · 0 comments
Open

crash in [JFRWebSocket dealloc] #70

Evgeny-A opened this issue Sep 25, 2017 · 0 comments

Comments

@Evgeny-A
Copy link

If self.isConnected == YES in dealloc, then the following line crashes in dequeueWrite:

__weak typeof(self) weakSelf = self;

objc[1409]: Cannot form weak reference to instance (0x6000000f6b80) of class JFRWebSocket. It is possible that this object was over-released, or is in the process of deallocation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant