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
Can we add some logging to figure out why it keeps quitting then also the ability to auto-restart upon quitting. This is something that might work out better when we add in docker.
The text was updated successfully, but these errors were encountered:
So my suspicion is that it isn't shutting out but its cache runs out for keeping messages and flushes out the oldest ones, which end up being its messages.
So my suspicion is that it isn't shutting out but its cache runs out for keeping messages and flushes out the oldest ones, which end up being its messages.
Could potentially print out messages until the target message is null, but at the same time the messages are saved in variables, so I'm not sure why the would get de-referenced, even if the cache is limited since they are saved separately.
Can we add some logging to figure out why it keeps quitting then also the ability to auto-restart upon quitting. This is something that might work out better when we add in docker.
The text was updated successfully, but these errors were encountered: