Skip to content

reduced benchmark for events traffic #2

reduced benchmark for events traffic

reduced benchmark for events traffic #2

Triggered via push January 25, 2024 12:29
Status Failure
Total duration 50s
Artifacts

dotnet-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 warnings
build
Process completed with exit code 1.
build: src/OpenSmc.Messaging.Hub/MessageHub.cs#L12
The member 'MessageHub<TAddress>.Address' does not hide an accessible member. The new keyword is not required.
build: src/OpenSmc.Messaging.Hub/MessageHubPlugin.cs#L243
'MessageHubPlugin<TPlugin, TState>.DisposeAsync()' hides inherited member 'MessageHubPlugin<TPlugin>.DisposeAsync()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: src/OpenSmc.Messaging.Hub/SubscribersPlugin.cs#L15
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/OpenSmc.Messaging.Hub/MessageHubBase.cs#L46
The local function 'DeliveryFilter' is declared but never used
build: src/OpenSmc.Messaging.Hub/MessageHub.cs#L12
The member 'MessageHub<TAddress>.Address' does not hide an accessible member. The new keyword is not required.
build: src/OpenSmc.Messaging.Hub/MessageHubPlugin.cs#L243
'MessageHubPlugin<TPlugin, TState>.DisposeAsync()' hides inherited member 'MessageHubPlugin<TPlugin>.DisposeAsync()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: src/OpenSmc.Messaging.Hub/SubscribersPlugin.cs#L15
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/OpenSmc.Messaging.Hub/MessageHubBase.cs#L46
The local function 'DeliveryFilter' is declared but never used