Beach Cities Software, LLC
Beach Cities Software, LLC
In SceneDelegate: `window.rootViewController = CocoaHostingController(mainView: contentView)` In first view: ``` @Environment(\.presenter) var presenter ... .onAppear { if let presenter = presenter { presenter.present(EmptyView()) } ... ``` presenter is always nil....
#### SDK and version SDK : Cocoa / RealmSwift Version: Realm - 10.28.3 / RealmDatabase - 12.3.0 #### Observations * How frequent do the crash occur? First time I've encountered...
Summary: I need to be able to distinguish between incoming BLE indications and incoming BLE notifications. I can't find a way to do this now, with the current BlueJay::listen methods....
**Describe the solution you'd like** It would be great if the BlessServer could expose some callbacks, for when a connection / disconnection occurs.
**Describe the solution you'd like** Please add a property to BlessServer, which exposes the negotiated BLE MTU value. I know it exists in BleakClient, but it doesn't appear you are...