MapsSDK-Unity icon indicating copy to clipboard operation
MapsSDK-Unity copied to clipboard

Expose an event for "Unable to download map data" errors?

Open meta-meta opened this issue 1 year ago • 0 comments

I am working on making a VR app resilient to network disconnect. What I'm seeing is that when the connection is lost, MapsSDK is spamming the Unity log with hundreds of these: Unable to download map data: Cannot connect to destination host, 0, isHttpError: False, isNetworkError: True.

I can disable the map to prevent MapsSDK from making requests but it takes a few seconds for my app to detect offline. Meanwhile, MapsSDK has logged a few hundred of these errors. I suspect this is causing our framerate to drop.

Can MapsSDK expose an event so that I can turn the map off?

Alternatively, is there a way to configure it to exponential backoff requests when one or more have failed?

Full error:

Unable to download map data: Cannot connect to destination host, 0, isHttpError: False, isNetworkError: True
UnityEngine.Debug:LogError (object)
=aaAD=`2/=ba09=`2/=ba35=`2<=aa5=, =aD=>:MoveNext ()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Nullable`1<=aa5=>>:SetException (System.Exception)
=a97=/=ba05=:MoveNext ()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<=a5F=>:SetException (System.Exception)
=a53=/=baFC=:MoveNext ()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<=aed=>:SetException (System.Exception)
=aef=/=bab8=:MoveNext ()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<=aE6=>:SetException (System.Exception)
=aef=/=bab9=:MoveNext ()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<=aE6=>:SetException (System.Exception)
=aab7=/=ba15=:MoveNext ()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<=a48=>:SetException (System.Exception)
=aab7=/=ba16=:MoveNext ()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<=a48=>:SetException (System.Exception)
=aa2f=/=ba41=`1<object>:MoveNext ()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<=a48=>:SetException (System.Exception)
=aaeE=/=ba26=`1<object>:MoveNext ()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<=a48=>:SetException (System.Exception)
=a85=/=ba0c=`1<object>:MoveNext ()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<=a84=>:SetException (System.Exception)
=a85=/=ba0d=`1<object>:MoveNext ()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<=a84=>:SetException (System.Exception)
=a85=/=ba0E=`1<object>:MoveNext ()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<=a84=>:SetException (System.Exception)
=a83=/=baf9=`1<object>:MoveNext ()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<=a84=>:SetException (System.Exception)
=a83=/=ba0B=:MoveNext ()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()

meta-meta avatar Aug 15 '22 18:08 meta-meta