Agustín

Results 6 issues of Agustín

https://github.com/mixpanel/mixpanel-js/blob/444464f829a237dcd2744d13d1954d899d6c7001/src/mixpanel-core.js#L792 It's bad practice to do this and it's causing other issues with our internal tools. It should probably either make a copy or wrap it into an internal object....

Pretty much as commit message. The example is missing the @Injectable() decorator.

Hello everyone, Skimming through ChannelAdaptor source it seems in this [line](https://github.com/jpos/jPOS/blob/da7ccae557ce0931f73829b32fffdc89856461ee/jpos/src/main/java/org/jpos/q2/iso/ChannelAdaptor.java#L63) the disconnectLock is the shared Boolean.TRUE object. This might be unsafe as someone might inadvertly deadlock the shutdown of...

Should fix this one. https://github.com/jpos/jPOS/issues/510

Should fix #508 by using a ConcurrentHashMap. Also refactored dump a bit. Functionally it is exactly the same. About the issue ConcurrentHashMap has weak consistency guarantees but will handle mid...