Skip to content

Conversation

akleshchev
Copy link
Contributor

No description provided.

@@ -33,4 +33,6 @@
//Why? Because BOOL
void launchApplication(const std::string* app_name, const std::vector<std::string>* args);

void force_ns_sxeption() { [NSEXception raise:@"Forced NSException"] };
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
void force_ns_sxeption() { [NSEXception raise:@"Forced NSException"] };
void force_ns_sxeption() { [NSException raise:@"Forced NSException"] };

Mac build is unhappy. Probably due to typo.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you, that's why it's a draft, will run it on mac a bit later.

@akleshchev akleshchev marked this pull request as ready for review January 22, 2024 14:42
1. After window closes viewer still takes some time to shut down, so
added splash screen to not confuse users (and to see if something gets
stuck)
2. Having two identical mWindowHandle caused confusion for me, so I
split them. It looks like there might have been issues with thread being
stuck because thread's handle wasn't cleaned up.
3. Made region clean mCacheMap immediately instead of spending time
making copies on shutdown
@akleshchev akleshchev merged commit 4a34a11 into DRTVWR-588-maint-W Jan 22, 2024
@akleshchev akleshchev deleted the andreyk/SL-18721 branch January 22, 2024 16:47
@github-actions github-actions bot locked and limited conversation to collaborators Jan 22, 2024
@AtlasLinden
Copy link
Contributor

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants