Closed GraySerg closed 7 years ago
Field _localSubscriptions is null, if Publish method is not called. Try to Subscribe, then UnSunbscribe and bang! ArgumentNullException is here. And it's [ThreadStatic], so on Stop event on windows service it also null.
Thanks for the find. This should now be fixed as part of v3.2.1 please validate.
Field _localSubscriptions is null, if Publish method is not called. Try to Subscribe, then UnSunbscribe and bang! ArgumentNullException is here. And it's [ThreadStatic], so on Stop event on windows service it also null.