cim icon indicating copy to clipboard operation
cim copied to clipboard

📲cim(cross IM) 适用于开发者的分布式即时通讯系统

Results 41 cim issues
Sort by recently updated
recently updated
newest added

**Bug 描述** 多个服务器节点,只能增加最后一个节点 AbstractConsistentHash.add 的 clear(), 应该放在 process 的 for 循环外

1. RouteRequestImpl.getCIMServer() 2. RouteApi routeApi = new ProxyManager(RouteApi.class, routeUrl, okHttpClient).getInstance(); 3. 动态代理调用接口时抛出一下异常 【异常】Method threw 'java.lang.reflect.UndeclaredThrowableException' exception. Cannot evaluate com.sun.proxy.$Proxy66.toString() 【求问】这种情况要如何解决啊。

**Bug 描述** A clear and concise description of what the bug is. **复现** 复现步骤: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error...

移动端开发者如果想参与做移动客户端的集成开发是不是需要您提供一些接口文档和说明

enhancement
good first issue
question

SortArrayMapConsistentHash: public void add(long key, String value) { // fix https://github.com/crossoverJie/cim/issues/79 sortArrayMap.clear(); for (int i = 0; i < VIRTUAL_NODE_SIZE; i++) { Long hash = super.hash("vir" + key + i);...

**Bug 描述** A clear and concise description of what the bug is. **复现** 复现步骤: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error...

**Bug 描述** A clear and concise description of what the bug is. **复现** 复现步骤: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error...

**Bug 描述** cim-server cim-forward-rout 两个服务启动成功 在启动client 报错 **复现** 复现步骤: 1. cim-server启动成功 2. cim-forward-rout 3. cim client 启动报错 (都在本地启动的 zoo也是本地) 4. See error [2020-12-02 11:21:04] zhangsan$ The User information you have...

**Bug 描述** 启动client报错了。最新版本。 **复现** 按文档进行安装,启动报错: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'CIMClient': Invocation of init method failed; nested exception is java.lang.NullPointerException at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:137) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:409) ~[spring-beans-4.3.10.RELEASE.jar!/:4.3.10.RELEASE] at...