You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we try to reconnect the logger while we are executing the application we could have concurrency problems with the global variable remoteLogger. Adding a sync.RWMutex will probably slow down the execution, but I don't see a better solution for now. Ideas?
The text was updated successfully, but these errors were encountered:
If we try to reconnect the logger while we are executing the application we could have concurrency problems with the global variable remoteLogger. Adding a sync.RWMutex will probably slow down the execution, but I don't see a better solution for now. Ideas?
The text was updated successfully, but these errors were encountered: