QUIC streams/connections terminated when taking off the AVP

Hi,

We have this situation in which we are sending buffers from a server to the Vision Pro in a local network and for some reason when we take the headset off of the user's head, the QUIC stream we are using are getting closed/terminated/disconnected.

What our options are in order to remove this behavior, probably resume or make sure the AVP is ready again to receive the buffers from the server in a graceful manner?

I haven’t actually tried this myself, but I’m presuming that, when the user removes the Vision Pro, the system moves your app to the background. If so, your app will be suspended and that’ll tear your network connections.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

QUIC streams/connections terminated when taking off the AVP
 
 
Q