Skip to content

adding ACK-ing actors for other packet types #147

adding ACK-ing actors for other packet types

adding ACK-ing actors for other packet types #147

Triggered via pull request April 17, 2024 19:23
Status Failure
Total duration 1m 16s
Artifacts

pr_validation.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 3 warnings
Test-ubuntu-latest: src/TurboMqtt.Core/Client/IMqttClient.cs#L328
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.
Test-ubuntu-latest: src/TurboMqtt.Core/Client/IMqttClient.cs#L339
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.
Test-ubuntu-latest: src/TurboMqtt.Core/Client/IMqttClient.cs#L344
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.
Test-ubuntu-latest: src/TurboMqtt.Core/Streams/ClientStreamOwner.cs#L47
The field 'ClientStreamOwner._client' is never used
Test-ubuntu-latest: src/TurboMqtt.Core/Client/IMqttClient.cs#L328
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.
Test-ubuntu-latest: src/TurboMqtt.Core/Client/IMqttClient.cs#L339
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.
Test-ubuntu-latest: src/TurboMqtt.Core/Client/IMqttClient.cs#L344
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.
Test-ubuntu-latest: src/TurboMqtt.Core/Streams/ClientStreamOwner.cs#L47
The field 'ClientStreamOwner._client' is never used
Test-ubuntu-latest
Process completed with exit code 1.
Test-windows-latest
The job was canceled because "ubuntu-latest" failed.
Test-windows-latest
The operation was canceled.
Test-ubuntu-latest
Could not find any TRX files for /github/workspace/**/*.trx
Test-ubuntu-latest
Your file pattern contains absolute paths, please read the notes on absolute paths: