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
Per #112, we should add a way to avoid spamming the log with messages being logged within the render loop, just like the JS counterpart does. From @ibgreen:
Just a set recording which strings have already been logged. Could also be a map<string, timestamp> and only log if say 1 second has passed.
I believe the log function has an option.once. This is set by default on log.warn and log.error (the api is slightly different).
The text was updated successfully, but these errors were encountered:
Per #112, we should add a way to avoid spamming the log with messages being logged within the render loop, just like the JS counterpart does. From @ibgreen:
The text was updated successfully, but these errors were encountered: