multiformats/cs-multibase

Issue when calling multibase library from different threads.

i-holo opened this issue · 1 comments

Hi.
I faced with an issue of running multibase method in different threads.
There is possible scenario when different threads are trying to use the same value of ConcurrentDictionary that throws an error.

issue is fixed by locking DecodeMap static var in pull request #12

rvagg commented

closing due to inactivity, archiving repo