Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Fix to not load the Keychain on application startup #187

Merged
merged 2 commits into from
Aug 14, 2017

Conversation

StanleyGoldman
Copy link
Contributor

Fixes #60

@StanleyGoldman StanleyGoldman merged commit d4d890b into master Aug 14, 2017
@StanleyGoldman StanleyGoldman deleted the fixes/keychain-loading branch August 14, 2017 22:39
@shana
Copy link
Member

shana commented Aug 14, 2017

Unity enters playmode and restarts everything, we do RunCredentialHelper helper:"osxkeychain" action:"get" and we write to the input stream the user we’re trying to get, and while we’re doing this the user stops Unity, which triggers a GC collection, which goes up the tree looking for objects to collect and probably crashes on the stream access that we’re currently doing.

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.

2 participants