Consumer updates #49
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Consumer/PatternConsumerUpdateQueue.cs(32,103): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
|
|
|
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Client/ConnectionHandler.cs(87,52): warning CS1998: 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. [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
|
|
|
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Tracker/UnAckedMessageRedeliveryTracker.cs(37,37): warning CS0414: The field 'UnAckedMessageRedeliveryTracker<T>._scheduler' is assigned but its value is never used [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Client/ConnectionHandler.cs(87,13): warning AK1003: ReceiveAsync<T>() or ReceiveAnyAsync() message handler with synchronous code body or block is less performant compared to Receive<T>() or ReceiveAny(). Consider changing this message handler to Receive<T>() or ReceiveAny() instead. (https://getakka.net/articles/debugging/rules/AK1003.html) [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
This job succeeded
Loading