File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Infinite Echo benchmarks are done by sending set of messages to server and getti
8383
8484#### Note
8585This benchmarks is only sending message envelope with raw byte payload. For serialization spesific performance please refer to:
86- [ a relative link ] ( SerializationBenchmarks.md )
86+ [ SerializationBenchmarks ] ( SerializationBenchmarks.md )
8787
8888
8989# Code Samples & Documentation
@@ -188,7 +188,7 @@ Declare your type:
188188Message protocol is something I came up with to wrap all types of messages with a standard header.
189189It is an extention of Pure Message Server/Client. Difference here is we have ``` MessageEnvelope ``` As a Carrier/Metadata/Header class.
190190``` MessageEnvelope ``` is serialized Statically, independently of serialization protocol.
191- As for the reason for it, please refer the document Benchmarks .md
191+ As for the reason for it, please refer the document [ SerializationBenchmarks ] ( SerializationBenchmarks .md)
192192
193193You can define a header, key-value pairs, as metadata and information about the payload.
194194Most importantly the Payload propery of the envelope carries the Inner message bytes.
You can’t perform that action at this time.
0 commit comments