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