请问使用workerman3.X的websocket协议,前端怎么用js定时发送心跳包呀,我用了 self.setInterval("heart()",1000); function heart() { ws.send('heart'); } 好像无法发送,不知怎么做呢?...