-
-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Append output to the table using MQ #1767
Labels
Comments
For some reason I cannot seem to move this over to our Q/A discussion forum (getting an error from GitHub), so please open this question there instead. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello. My current requirement is to summarize logs into tables for display, but when I add new content through mq, multiple tables will be output. I know I can clear it, but I have so many tables that I can't clear everything at once.
` public class ProjectConsoleService(IEventBus eventBus) : IHostedService
{
private readonly IEventBus eventBus = eventBus;
`
The text was updated successfully, but these errors were encountered: