Arbitrary data cached indefinitely and sent with every event

Issue #7 resolved
Former user created an issue

My team ran into an issue where our heatmap events were aggregating on arbitrary data that was send from other heatmap events. Having looked into the sources, the HeatmapEvent.cs has a static dictionary which caches all data relating to a heatmap event. This dictionary is never cleared, meaning arbitrary data from prior events will pollute future events.

Comments (3)

  1. Jared Mulconry

    I forgot to sign in before posting the bug report, but the above report is mine. This bug appears in the Heatmaps v2 Release Candidate.

  2. Log in to comment