devsisters / shardcake

Sharding and location transparency for Scala
https://devsisters.github.io/shardcake/
Apache License 2.0
389 stars 30 forks source link

Don't serialize at each send retry (1.x) #58

Closed ghostdogpr closed 1 year ago

ghostdogpr commented 1 year ago

Add the retry after serialization and reuse the serialized data instead of re-creating it.

ghostdogpr commented 1 year ago

Ah this is wrong