Closed TsumiNa closed 4 years ago
Hi, I want to spread SessionConfiguration into multi-threads and found that SessionConfiguration does not derive trait Clone. Could you please add the Clone trait to it. Thanks
SessionConfiguration
Clone
Hi TsumiNa, Sorry for the late reply, thank you so much for your feedback, It was supported in 0.1.4 .
Hi, I want to spread
SessionConfiguration
into multi-threads and found thatSessionConfiguration
does not derive traitClone
. Could you please add theClone
trait to it. Thanks