Post

Replies

Boosts

Views

Activity

Comment on Multiple incoming connections on NWListener for single connection attempt
What does 'dropped immediately' mean? I am now calling start() on all incoming connections and was expecting that only one of them would enter the .ready state. But they all do. So do I need to send my own handshake packet from the client to identify which connection is the real one? Or just wait for a short amount of time? In my app I want to establish one working connection, and then shut down the Bonjour listener and browser and start sending video data across the connection.
Mar ’23
Comment on How to listen for QUIC connections using the new NetworkListener in iOS 26?
Thank you, I very much appreciate it!
Replies
Boosts
Views
Activity
Aug ’25
Comment on Wi-Fi Aware device support?
Filing a feedback is the best way to do that. And I agree that there should be macOS support (if feasible hardware wise).
Replies
Boosts
Views
Activity
Aug ’25
Comment on Combining Bonjour and QUIC multiplex group using Network.framework
I should add that I didn't try adding the custom framing protocol via the using: parameter in NWConnection.init(from:to:using:). Because even if that worked (which I doubt), I'd still need to inject it into the connection on the receiving (NWListener) side, and it wouldn't help with that.
Replies
Boosts
Views
Activity
Nov ’24
Comment on Combining Bonjour and QUIC multiplex group using Network.framework
Unfortunately I could not get it to work. Modifying its parameters instance does not seem to get picked up by the NWConnection after it is initialized. And I could not find another way of injecting my custom framing protocol, so I gave up on it.
Replies
Boosts
Views
Activity
Nov ’24
Comment on NWConnectionGroup w/QUIC Best Practices
Did you figure out what was causing this and how to avoid it? I am working on a QUIC based video streaming thing also (still at the POC stage myself). For diving into QUIC transport issues I have found qlog logging and visualizing the trace using qvis super helpful.
Replies
Boosts
Views
Activity
Oct ’24
Comment on Reality View 3d objects behind physical objects
This might be a good starting point: https://developer.apple.com/documentation/visionos/incorporating-surroundings-in-an-immersive-experience
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Jul ’23
Comment on RealityKit visionOS anchor to POV
Just filed it as FB12536427
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Jul ’23
Comment on Multiple incoming connections on NWListener for single connection attempt
What does 'dropped immediately' mean? I am now calling start() on all incoming connections and was expecting that only one of them would enter the .ready state. But they all do. So do I need to send my own handshake packet from the client to identify which connection is the real one? Or just wait for a short amount of time? In my app I want to establish one working connection, and then shut down the Bonjour listener and browser and start sending video data across the connection.
Replies
Boosts
Views
Activity
Mar ’23
Comment on Multiple incoming connections on NWListener for single connection attempt
Will do! Thank you for the fast and helpful reply!
Replies
Boosts
Views
Activity
Mar ’23
Comment on Instruments can't find the source code for selected symbol
I tried those steps, but no tada for me 😞. Same problem still.
Replies
Boosts
Views
Activity
Feb ’23
Comment on CoreML model compiled with Xcode 13 crashes on pre-iOS 15 devices
That looks like a separate issue to me. I'd recommend filing a bug report.
Replies
Boosts
Views
Activity
Nov ’21