OkSocket icon indicating copy to clipboard operation
OkSocket copied to clipboard

可以设置Client的uniqueTag吗

Open StephenZKCurry opened this issue 5 years ago • 1 comments

默认情况每个Client的uniqueTag是由ip、时间戳和端口号组成的,调用ClientPool的findByUniqueTag()方法参数传入ip地址获取不到相应的Client

StephenZKCurry avatar Nov 12 '20 09:11 StephenZKCurry

理论上不可以.因为如果自己设置很可能导致重复

xuuhaoo avatar Nov 17 '20 09:11 xuuhaoo