Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Maps v10.10.0-rc.1, NavNative 122.0.0, Common v23.2.0-rc.3 #4283

Merged
merged 5 commits into from Nov 30, 2022

Conversation

ShanMa1991
Copy link
Contributor

Description

This Pr is to update the dependency to Maps v10.10.0-rc.1, NavNative v122.0.0, Common v23.2.0-rc.3

Implementation

Screenshots or Gifs

@ShanMa1991 ShanMa1991 added the build Issues related to builds and dependency management. label Nov 30, 2022
@ShanMa1991 ShanMa1991 added this to the v2.10 milestone Nov 30, 2022
@ShanMa1991 ShanMa1991 self-assigned this Nov 30, 2022
@@ -209,7 +209,7 @@ public class MapboxRoutingProvider: RoutingProvider {
let directionsUri = settings.directions.url(forCalculating: options).removingSKU().absoluteString
var requestId: RequestId!

requestId = router.getRouteForDirectionsUri(directionsUri) { [weak self] (result, origin) in
requestId = router.getRouteForDirectionsUri(directionsUri, options: GetRouteOptions(timeoutSeconds: nil)) { [weak self] (result, origin) in
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we set a default timeout for the route request? @mapbox/navigation-ios

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we have 60 seconds timeout in Directions, but since this setting allows a 'default' nil - we should probably use that.

@ShanMa1991 ShanMa1991 requested a review from a team November 30, 2022 01:23
@ShanMa1991 ShanMa1991 marked this pull request as ready for review November 30, 2022 01:28
…lternative routes requesting to avoid testReroutingFromALocationSendsEvents crash
CHANGELOG.md Show resolved Hide resolved
@ShanMa1991 ShanMa1991 requested review from kried and a team November 30, 2022 17:29
CHANGELOG.md Show resolved Hide resolved
@ShanMa1991 ShanMa1991 merged commit 5622791 into main Nov 30, 2022
@ShanMa1991 ShanMa1991 deleted the shan/dependency-update branch November 30, 2022 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues related to builds and dependency management.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants