Hi,在使用lua-resty-balancer的一致性哈希时,需要全局保存一个chash实例,要在所有worker中共享,balancer的示例中用了package.loaded,这个貌似不能实现worker中共享。。。