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
Right now the only way to provide feedback to users is by writing to the log file. I want to introduce a "notification queue" in the service, which keeps a log of system notifications that can be viewed from the app or whatever else. Something far less verbose than the log file.
Queue will be kept in memory, should be manually cleared, notify on websocket connections when a new one comes in.
The text was updated successfully, but these errors were encountered:
Right now the only way to provide feedback to users is by writing to the log file. I want to introduce a "notification queue" in the service, which keeps a log of system notifications that can be viewed from the app or whatever else. Something far less verbose than the log file.
Queue will be kept in memory, should be manually cleared, notify on websocket connections when a new one comes in.
The text was updated successfully, but these errors were encountered: