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
While looking into #3430, it's been suggested to me that we cache the bootstrappers for both the client and the server since they're designed to be re-usable configuration objects. It's a relatively minor change that may not any real performance impact, but every bit can help.
The text was updated successfully, but these errors were encountered:
Also, looks like we can't cache the ClientBootstrap since it passes in unique data we need on a per-connection basis, namely the address of the remote endpoint. Closing this.
Version: Akka.NET v1.3.6
While looking into #3430, it's been suggested to me that we cache the bootstrappers for both the client and the server since they're designed to be re-usable configuration objects. It's a relatively minor change that may not any real performance impact, but every bit can help.
The text was updated successfully, but these errors were encountered: