Closed arggh closed 3 years ago
@fgm did you by any chance have a look at this PR?
I'ts been a while, could you perhaps consider merging this or describe what should be changed?
Looks good to me. Can you:
Also this will need to be forward ported to the 0.2.x series over #67
The method in Logger that's subscribed to TraceKit's reporter is never removed from TraceKit's subscribed handles when calling
disarm
This is because TK removes them via direct comparison, and the method given in
Logger.disarm()
is not equal to the one given inLogger.arm()
.Fixed by using the same method in both cases.