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
Hi!
Same problem, current implementation of EventLog is memory leaking)
I think some kind of circular/ring buffer be better, than copy and extend slice every time.
Hey there,
Thanks for this nice framework.
I would like to request the addition of a mechanism to limit the size of the EventLog to tail the latest ones in memory.
This can be done by patching the EventLog as follows:
The text was updated successfully, but these errors were encountered: