mmhmmh

Results 6 issues of mmhmmh

Hi, This is a very useful library. Thanks to all who contributed. While testing, I did find a weird issue when the fragmented recording option is turned on. Basically if...

This option is introduced in 4.1 and is very useful for ROUTER sockets.

RedisUtil.java Line 441 ``` Object lockingObject = getLockingObject(); synchronized (lockingObject) { ``` Should return something that doesn't do global lock when pool is used, `this` should work fine.

RedisUtil.java Line 136 if (jedisPool != null) { jedisPool.destroy(); } Since the jedisPool is shared across all Broadcasters it doesn't make sense to destroy all the pools when one Broadcaster...

## Prerequisites [X ] I have read the SUPPORT document [X ] I have checked the Troubleshooting Guide [X ] I have tested with the latest version of Kurento ##...

stability