iOS NearbyConnections doesn't work with React Native #2195
Labels
lang: swift
An issue with a Swift client library
P3
Priority 3 issue (default for bugs or new feature requests; things we'd like to work on)
platform: apple
An issue with the macOS or iOS implementation
project: connections
An issue with the Connections project
type: bug
Something is broken or not working as intended
Project
Nearby Connections
Language
Swift
OS Platform
Apple
What happened?
When trying to use React Native with Nearby Connections on iOS, the app crashes with an
sdallocx
error inOPENSSL_free
(inside of theBoringSSL-grpc
package) when requesting a connection to another endpoint. Note that discovering/advertising works, it only crashes when requesting a connection.This issue seems very similar to apple/swift-nio-ssl#189 (read the thread for more details, specifically the last few comments). Additionally, the fix used in that package here fixes the issue above.
What did you expect to happen?
No error/crash to happen when requestingConnection
How can we reproduce it (as minimally and precisely as possible)?
How often does this bug happen?
Every time
Standalone code to reproduce the issue
Can't provide any code for this since it's very involved. The steps above should be enough to repro 100% of the time
Relevant log output
No response
Anything else we need to know?
The workaround doesn't seem to introduce any issues so not an urgent issue, just a QOL improvement
The text was updated successfully, but these errors were encountered: