我想在我的社交游戏中使用sinatra中的websocket,首先我想使用em-websockets然后我发现了一个很好的gemockets用于websockets并且它使用了em-websockets ..它在这里被称为sinatra-websocket .. https://github.com/simulacre/sinatra-websocket 我有一个问题,我在这里发现了宝石的例子 https://github.com/simulacre/sinatra-websocket/blob/master/examples/echochat.rb
问题是,如果任何客户端空闲(不发送或接收)..所有连接都在浏览器上出错(加载时连接中断)..然后没有客户端可以发送任何内容websocket服务器!!!
谁知道发生了什么?非常感谢!!