Commit c57f430
Improve disposal logic in AsyncWebsocketMessageResultEnumerator to prevent multiple disposals (#476)
* Improve disposal logic in AsyncWebsocketMessageResultEnumerator to prevent multiple disposals
* fb
* Update src/Custom/RealtimeConversation/Internal/AsyncWebsocketMessageEnumerator.cs
Co-authored-by: Stephen Toub <[email protected]>
---------
Co-authored-by: Stephen Toub <[email protected]>1 parent 01d6d76 commit c57f430
File tree
1 file changed
+6
-3
lines changed- src/Custom/RealtimeConversation/Internal
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments