Closed don-clugston-sociomantic closed 5 years ago
Slightly elaborated version: #204.
Excellent! Your PR would be even better, if it would compile :)
Another nice thing is that we merged the (almost) same PR in the neo branch last year :). https://github.com/sociomantic-tsunami/dhtproto/pull/160. (Exclude me in the we)
RecordBatch.DefaultMaxBatchSize is marked as deprecated, yet is still used by dhtproto itself. Change the code to use the identically-defined RecordBatcher.DefaultMaxBatchSize instead.
This removes the annoying deprecation warning.