Skip to content

Added ClientPoolWebSocketsExample #383

Added ClientPoolWebSocketsExample

Added ClientPoolWebSocketsExample #383

Triggered via push August 11, 2024 09:53
Status Success
Total duration 56s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: examples/Demo/DB/LiteDB/LiteDBExample.cs#L14
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: examples/Demo/DB/LiteDB/LiteDBExample.cs#L22
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: examples/Demo/DB/LiteDB/LiteDBExample.cs#L32
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: examples/Demo/DB/LiteDB/LiteDBExample.cs#L46
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: examples/Demo/Features/DataDemo/JsonFeed.cs#L25
'ScenarioInfo.ThreadNumber' is obsolete: 'Please use InstanceNumber instead'
build: examples/Demo/Features/DataDemo/InMemoryFeed.cs#L19
'ScenarioInfo.ThreadNumber' is obsolete: 'Please use InstanceNumber instead'
build: examples/Demo/Features/DataDemo/CsvFeed.cs#L25
'ScenarioInfo.ThreadNumber' is obsolete: 'Please use InstanceNumber instead'
build: examples/Demo/Features/DataDemo/FakeDataGen.cs#L28
'ScenarioInfo.ThreadNumber' is obsolete: 'Please use InstanceNumber instead'
build: examples/WebAppSimulator/Program.cs#L36
Possible null reference argument for parameter 'settings' in 'SQLiteDBRepository.SQLiteDBRepository(SQLiteSettings settings)'.
build: examples/WebAppSimulator/Program.cs#L42
Possible null reference argument for parameter 'settings' in 'RedisRepository.RedisRepository(RedisSettings settings)'.