-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Crash in -[FSRWebSocket _sendFrameWithOpcode:data:] line 1389 #2485
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
Comments
We have the same problem and now it's crashing on production. If return back to Firebase (4.13.0) FirebaseDatabase (4.1.5) everything works again. |
@paulb777 thanks for the quick reaction, do you know when M45 should be released? |
@den-ree By policy, we don't commit to dates for upcoming releases, but I can say that we are hoping to get M45 out with this issue fixed the week of March 18th. |
@paulb777 and @ryanwilson thank you both for the help. We did the fix and sent to the users with the problem, everything works🎊. |
Describe the problem:
Crash happening because of Assert in FSRWebSocket. It is repeating in release environment with several of our customers. It happens at application start up and if it happens its not avoidable, application with crash all the time.
Assertion failed: (NO), function -[FSRWebSocket _sendFrameWithOpcode:data:], file /Users/vagrant/git/Pods/FirebaseDatabase/Firebase/Database/third_party/SocketRocket/FSRWebSocket.m, line 1389.
Steps to reproduce:
We are not able to reproduce issue on test devices.
The text was updated successfully, but these errors were encountered: