Skip to content

新增Websocket版客户端,作为Http和Rpc外的第三种通信方式。封装不是很好,也许在核心库直接提供实现了ISocketClient… #54

新增Websocket版客户端,作为Http和Rpc外的第三种通信方式。封装不是很好,也许在核心库直接提供实现了ISocketClient…

新增Websocket版客户端,作为Http和Rpc外的第三种通信方式。封装不是很好,也许在核心库直接提供实现了ISocketClient… #54

Triggered via push April 19, 2024 07:03
Status Success
Total duration 50s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test: NewLife.Remoting/ClientPoolCluster.cs#L88
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ObjectPool<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
test: NewLife.Remoting/Clients/HttpClientBase.cs#L65
Nullability of reference types in value of type 'Task<TResult?>' doesn't match target type 'Task<TResult>'.
test: NewLife.Remoting/Clients/HttpClientBase.cs#L67
Nullability of reference types in value of type 'Task<TResult?>' doesn't match target type 'Task<TResult>'.
test: NewLife.Remoting/Clients/RpcClientBase.cs#L45
Possible null reference return.
test: NewLife.Remoting/Clients/ClientBase.cs#L102
Dereference of a possibly null reference.
test: NewLife.Remoting/Clients/ClientBase.cs#L114
Dereference of a possibly null reference.
test: NewLife.Remoting/WsClient.cs#L244
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/WsClient.cs#L245
Dereference of a possibly null reference.
test: NewLife.Remoting/WsClient.cs#L249
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/WsClient.cs#L340
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/ClientPoolCluster.cs#L88
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ObjectPool<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
test: NewLife.Remoting/WsClient.cs#L244
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/WsClient.cs#L245
Dereference of a possibly null reference.
test: NewLife.Remoting/WsClient.cs#L249
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/ClientPoolCluster.cs#L88
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ObjectPool<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
test: NewLife.Remoting/WsClient.cs#L244
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/WsClient.cs#L245
Dereference of a possibly null reference.
test: NewLife.Remoting/WsClient.cs#L249
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/WsClient.cs#L340
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/WsClient.cs#L341
Dereference of a possibly null reference.