-
Notifications
You must be signed in to change notification settings - Fork 4
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
Make use of caching system in base adapter #504
Make use of caching system in base adapter #504
Conversation
…e made Nullcheck everything before trying to make COM calls to limit them as much as possible. Unrelated to other changes made, but should give a slight speedup in panel pushes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes look good. I used the create-read test script and it works well.
@alelom to confirm, the following actions are now queued:
There are 2 requests in the queue ahead of you. |
Fix for now. Previous code should, and was, working, but stopped. Changing to explicit type checking and casting to make code work for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-approving after changes that fix the failed test with Create-Read Loads. Test script is now successful.
@alelom to confirm, the following actions are now queued:
|
@BHoMBot check required |
1 similar comment
@BHoMBot check required |
@IsakNaslundBh to confirm, the following actions are now queued:
|
The check |
The check |
The check |
@BHoMBot check ready-to-merge |
@IsakNaslundBh to confirm, the following actions are now queued:
There are 8 requests in the queue ahead of you. |
NOTE: Depends on
BHoM/BHoM_Adapter#337
intentionally using different branch names to let the Adapter PR be merged separately.
Issues addressed by this PR
Closes #503
Make use of the Caching system added to the Base adapter. Aim for this to speed up the push process, especially for higher level objects.
Test files
Changelog
Additional comments