Skip to content

Commit 49b4939

Browse files
authored
Update changelogs from fern repo (#4414)
1 parent 8e33116 commit 49b4939

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

fern/products/sdks/overview/csharp/changelog/2026-03-19.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.38.1
2+
**`(fix):`** Fix `Event<T>` thread-safety issue. `RaiseEvent` now snapshots the subscriber
3+
collections under a lock before iterating, and `Subscribe`, `Unsubscribe`, and
4+
`UnsubscribeAll` are synchronized to prevent `InvalidOperationException` when
5+
handlers are added or removed concurrently from different threads.
6+
7+
18
## 2.38.0
29
**`(feat):`** Add optional `CancellationToken` parameter to all public async WebSocket methods
310
(`ConnectAsync`, `CloseAsync`, and `Send` overloads). The token is threaded through

0 commit comments

Comments
 (0)