我在ServerEndPoint上的注释:
@ServerEndpoint(value = "/portal/{action}/{num}/{msg}", configurator = GetHttpSessionConfigurator.class)
我在onMessage方法上的注释:
@OnMessage
public void onMessage(@PathParam("action") String action, @PathParam("num") String num, @PathParam("msg") String msg, Session session)
答案 0 :(得分:0)
我知道。有必要添加一个参数来接收其他消息。因此,只需删除由@OnMethod注释的[Method]参数的第三个注释。