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
You have re-initialize connection every time we call log method, I think we can hold connection all the time we need (for example we can close it where we need).
For now we call
l.initLoggerConnection()
every time when we call
pushJsonMessage()
pushStringMessage()
The text was updated successfully, but these errors were encountered:
You have re-initialize connection every time we call log method, I think we can hold connection all the time we need (for example we can close it where we need).
For now we call
every time when we call
The text was updated successfully, but these errors were encountered: