cnblogs / EnyimMemcachedCore

.NET Memcached client. Available on https://www.nuget.org/packages/EnyimMemcachedCore
Apache License 2.0
162 stars 45 forks source link

Object not set to an instance of an object. #221

Closed oezoezoe closed 7 months ago

oezoezoe commented 7 months ago

image

On line 44 of the PooledSocket constructor _endpoint is used, but this value has not been set until line 64,

Pls move line 64 up to like 38 so that _endpoint is set.

cnblogs-dudu commented 7 months ago

Fixed in 3.2.1.