You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ A full list of changes can be found in the GitHub milestone: [`6.0.0`](https://g
15
15
16
16
### The Switch to System.Memory (and Significantly Lower Memory Footprint that Comes with It)
17
17
18
-
The client now uses the [`System.Memory` library]() for message and command payloads. This significantly
18
+
The client now uses the [`System.Memory` library](https://www.nuget.org/packages/System.Memory/) for message and command payloads. This significantly
19
19
reduces object allocation and GC pressure for heavy workloads but also
20
20
**potentially requires application changes**: consumer delivery payloads are now of instance [`System.ReadOnlyMemory<byte>`](https://docs.microsoft.com/en-us/dotnet/api/system.readonlymemory-1?view=netcore-3.1)
0 commit comments