Skip to content

Add async/await API and fix channel race conditions #83

Add async/await API and fix channel race conditions

Add async/await API and fix channel race conditions #83

Triggered via push January 30, 2026 04:29
Status Success
Total duration 1m 31s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: PhoenixTests/WebSocketImpl/DotNetWebSocket.cs#L103
Possible null reference argument for parameter 'arg3' in 'void Action<IWebsocket, ushort, string>.Invoke(IWebsocket arg1, ushort arg2, string arg3)'.
build: PhoenixTests/SocketTests.cs#L217
Dereference of a possibly null reference.
build: PhoenixTests/SocketTests.cs#L200
Dereference of a possibly null reference.
build: PhoenixTests/ChannelTests.cs#L60
Dereference of a possibly null reference.
build: PhoenixTests/SocketTests.cs#L174
Dereference of a possibly null reference.
build: PhoenixTests/WebSocketImpl/MockWebSocket.cs#L43
Possible null reference argument for parameter 'arg3' in 'void Action<IWebsocket, ushort, string>.Invoke(IWebsocket arg1, ushort arg2, string arg3)'.
build: PhoenixTests/SocketTests.cs#L150
Dereference of a possibly null reference.
build: PhoenixTests/WebSocketImpl/DotNetWebSocket.cs#L72
Dereference of a possibly null reference.
build: PhoenixTests/ChannelTests.cs#L46
Dereference of a possibly null reference.
build: Phoenix/Channel.cs#L476
Possible null reference argument for parameter 'response' in 'PushResult<T> PushResult<T>.Success(T response, Reply reply)'.