itwinjs-core icon indicating copy to clipboard operation
itwinjs-core copied to clipboard

dependency updates

Open aruniverse opened this issue 3 years ago • 2 comments

  • update imodels-clients-* to ^2
    • react to breaking changes in 3.3.0 wrt BackendHubAccess
  • update reality-data-client to latest(0.9.0)

aruniverse avatar Aug 22 '22 15:08 aruniverse

New imodels-clients-* use the storage apis, so probably want to get both of these prs in together, https://github.com/iTwin/itwinjs-core/pull/3507

aruniverse avatar Aug 22 '22 17:08 aruniverse

@aruniverse should we pick this up again for the 3.5 release now that with have tile stuff in there?

calebmshafer avatar Sep 29 '22 18:09 calebmshafer

@iTwin/mobilesdkadmins any idea why the ios build is failing?

aruniverse avatar Oct 17 '22 19:10 aruniverse

@iTwin/mobilesdkadmins any idea why the ios build is failing?

The test run in the simulator is timing out. That could mean that somebody broke iOS and the simulator run is doing its job. It could also mean that something is wrong with the simulator run. @toddsouthenbentley ?

tcobbs-bentley avatar Oct 17 '22 19:10 tcobbs-bentley

@iTwin/mobilesdkadmins any idea why the ios build is failing?

The test run in the simulator is timing out. That could mean that somebody broke iOS and the simulator run is doing its job. It could also mean that something is wrong with the simulator run. @toddsouthenbentley ?

This appears to be a genuine failure due to the changes made in this PR. I'm able to reproduce the same results locally and did not see them with the tip of the main branch. I debugged the backend and the web socket server in MobileRpcServer never emits the "connection" event.

toddsouthenbentley avatar Oct 18 '22 23:10 toddsouthenbentley

@aruniverse The iTwin.js Integration- GitHub failure looks like there might be a logic error that only happens when there is an even multiple of 20.

tcobbs-bentley avatar Oct 26 '22 19:10 tcobbs-bentley