网络套接字。泰鲁斯。客户端连接到套接字的时间

Websockets. Tyrus. Time for which the client is connected to a socket

如何获取客户端连接到套接字的时间?

没有这样的功能。

我建议创建 @OnOpen 方法,这将节省当前实例的时间(端点默认在 WebSocket 会话范围内)并使用该值。

随时file an enhancement against Tyrus