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

NSLoggerViewer: prevent new connections from creating multiple windows #286

Merged
merged 1 commit into from
May 4, 2020

Conversation

pcuenca
Copy link
Contributor

@pcuenca pcuenca commented Sep 10, 2019

This happens in our project because the first ClientInfo message received
only contains the application name and version, but not the OS details.
Afterwards a second ClientInfo is received with the full metadata set,
but by that time the connection has already been attached to a new
window.

I'm not sure if this is something we could fix in our project by
initializing NSLogger differently.

…ows.

This happens in our project because the first ClientInfo message received
only contains the application name and version, but not the OS details.
Afterwards a second ClientInfo is received with the full metadata set,
but by that time the connection has already been attached to a new
window.

I'm not sure if this is something we could fix in our project by
initializing NSLogger differently.
@fpillet fpillet merged commit 68165a3 into fpillet:master May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants