fpillet / NSLogger

A modern, flexible logging tool
Other
5k stars 573 forks source link

NSLoggerViewer: prevent new connections from creating multiple windows #286

Closed pcuenca closed 4 years ago

pcuenca commented 5 years ago

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.