jwt
jwt copied to clipboard
Added synchronisation directives in WeakValueMap
Hi,
Can you please merge this change?
I introduced locking directives in WeakValueMap, which prevents two threads from manipulating the underlying map at the same time. This eliminated the handful of crashes that were directly relating to this class - but also a whole suite of random crashes and session resets with Internet Explorer as client.
Thanks!
JB