Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/Custom/RealtimeConversation/Internal/AsyncWebsocketMessage…
…Enumerator.cs

Co-authored-by: Stephen Toub <[email protected]>
  • Loading branch information
christothes and stephentoub authored Jun 24, 2025
commit 6699f3997b32f16c818291f8c5336a0fb7c7ab4e
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public ValueTask DisposeAsync()
ArrayPool<byte>.Shared.Return(toReturn);
}
_webSocket?.Dispose();
return new ValueTask(Task.CompletedTask);
return default;
}

public async ValueTask<bool> MoveNextAsync()
Expand Down