We have noticed with the refactor to V8 the MessageHandlerFactory.ReleaseHandler is no longer implemented. This code used to check the IResuability interface value if implemented and not re-use the handler. The replacement DefaultMessageHandlerInvoker caches the handlers per thread and seems to always resuse the handler if the threadId is the same.
We have noticed with the refactor to V8 the MessageHandlerFactory.ReleaseHandler is no longer implemented. This code used to check the IResuability interface value if implemented and not re-use the handler. The replacement DefaultMessageHandlerInvoker caches the handlers per thread and seems to always resuse the handler if the threadId is the same.