This commit is contained in:
Redkale
2020-07-03 09:21:49 +08:00
parent d501e2016f
commit 85fa406e1d
3 changed files with 7 additions and 7 deletions

View File

@@ -842,7 +842,7 @@ public abstract class WebSocket<G extends Serializable, T> {
}
/**
* 当Single模式下用户重复登时回调函数,默认处理方式: 关闭旧连接
* 当Single模式下用户重复登时回调函数,默认处理方式: 关闭旧连接
*
* @return Future 可以为null, 为null或者Future值为false表示关闭新连接 Future值为true表示关闭旧连接
*/