reduced benchmark for events traffic #2
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
|