Details
Description
PlatformThread::detachOSThread(thread->handle) missing from threading library's dereferenceThread() method right before deleting thread. Adding this in prevents large thread handle leak in win32 environment. Recreate by cycling the broker with an active subscription and watch the handle count grow each time it is cycled.