Skip to content

feat: improve RpcPeer connection handling, + RpcLimits, add WebSocket… #2771

feat: improve RpcPeer connection handling, + RpcLimits, add WebSocket…

feat: improve RpcPeer connection handling, + RpcLimits, add WebSocket… #2771

Triggered via push December 3, 2023 12:49
Status Success
Total duration 2m 26s
Artifacts

Build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 11 warnings
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L48
There is no argument given that corresponds to the required parameter 'peerRef' of 'RpcPeerStateMonitor.RpcPeerStateMonitor(IServiceProvider, RpcPeerRef?, bool)'
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L49
'RpcPeerStateMonitor' does not contain a definition for 'StartDelay'
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L53
'RpcPeerState' does not contain a definition for 'IsConnected' and no accessible extension method 'IsConnected' accepting a first argument of type 'RpcPeerState' could be found (are you missing a using directive or an assembly reference?)
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L58
'RpcPeerState' does not contain a definition for 'IsConnected' and no accessible extension method 'IsConnected' accepting a first argument of type 'RpcPeerState' could be found (are you missing a using directive or an assembly reference?)
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L71
'RpcPeerState' does not contain a definition for 'IsConnected' and no accessible extension method 'IsConnected' accepting a first argument of type 'RpcPeerState' could be found (are you missing a using directive or an assembly reference?)
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L48
There is no argument given that corresponds to the required parameter 'peerRef' of 'RpcPeerStateMonitor.RpcPeerStateMonitor(IServiceProvider, RpcPeerRef?, bool)'
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L49
'RpcPeerStateMonitor' does not contain a definition for 'StartDelay'
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L53
'RpcPeerState' does not contain a definition for 'IsConnected' and no accessible extension method 'IsConnected' accepting a first argument of type 'RpcPeerState' could be found (are you missing a using directive or an assembly reference?)
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L58
'RpcPeerState' does not contain a definition for 'IsConnected' and no accessible extension method 'IsConnected' accepting a first argument of type 'RpcPeerState' could be found (are you missing a using directive or an assembly reference?)
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L71
'RpcPeerState' does not contain a definition for 'IsConnected' and no accessible extension method 'IsConnected' accepting a first argument of type 'RpcPeerState' could be found (are you missing a using directive or an assembly reference?)
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L48
There is no argument given that corresponds to the required parameter 'peerRef' of 'RpcPeerStateMonitor.RpcPeerStateMonitor(IServiceProvider, RpcPeerRef?, bool)'
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L49
'RpcPeerStateMonitor' does not contain a definition for 'StartDelay'
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L53
'RpcPeerState' does not contain a definition for 'IsConnected' and no accessible extension method 'IsConnected' accepting a first argument of type 'RpcPeerState' could be found (are you missing a using directive or an assembly reference?)
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L58
'RpcPeerState' does not contain a definition for 'IsConnected' and no accessible extension method 'IsConnected' accepting a first argument of type 'RpcPeerState' could be found (are you missing a using directive or an assembly reference?)
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L71
'RpcPeerState' does not contain a definition for 'IsConnected' and no accessible extension method 'IsConnected' accepting a first argument of type 'RpcPeerState' could be found (are you missing a using directive or an assembly reference?)
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L48
There is no argument given that corresponds to the required parameter 'peerRef' of 'RpcPeerStateMonitor.RpcPeerStateMonitor(IServiceProvider, RpcPeerRef?, bool)'
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L49
'RpcPeerStateMonitor' does not contain a definition for 'StartDelay'
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L53
'RpcPeerState' does not contain a definition for 'IsConnected' and no accessible extension method 'IsConnected' accepting a first argument of type 'RpcPeerState' could be found (are you missing a using directive or an assembly reference?)
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L58
'RpcPeerState' does not contain a definition for 'IsConnected' and no accessible extension method 'IsConnected' accepting a first argument of type 'RpcPeerState' could be found (are you missing a using directive or an assembly reference?)
build: tests/Stl.Fusion.Tests/FusionRpcBasicTest.cs#L71
'RpcPeerState' does not contain a definition for 'IsConnected' and no accessible extension method 'IsConnected' accepting a first argument of type 'RpcPeerState' could be found (are you missing a using directive or an assembly reference?)
build
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.
build
Cannot convert null literal to non-nullable reference type.
build
Argument 1 should be passed with 'ref' or 'in' keyword