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
Since the library uses factory pattern to create IConnectionMultiplexer instances my assumption was that the returned objects would be disposed automatically. But as it turned out that's not the case. I suggest you to either drop the factory pattern (and introduce a single ConnectionMultiplexer property) or take care of the proper decommission.
Great library anyway :)
The text was updated successfully, but these errors were encountered:
hello,
Since the library uses factory pattern to create
IConnectionMultiplexer
instances my assumption was that the returned objects would be disposed automatically. But as it turned out that's not the case. I suggest you to either drop the factory pattern (and introduce a singleConnectionMultiplexer
property) or take care of the proper decommission.Great library anyway :)
The text was updated successfully, but these errors were encountered: