Giter Site home page Giter Site logo

Comments (5)

huashengdun avatar huashengdun commented on May 18, 2024

服务器有用nginx吗?

from webssh.

flymark2010 avatar flymark2010 commented on May 18, 2024

用了nginx和不用nginx都一样的。
现在通过设置参数websocket_ping_interval,和websocket_ping_timeout 可以保持长连接了。

from webssh.

huashengdun avatar huashengdun commented on May 18, 2024

保持长连接有两种方式,一种是TCP keepalive. 还有一种 ping/pong。
我测试下来, chrome和firefox websocket 会不间断发送 TCP keepalive。
所以并不要需要启用tornado的ping机制。

from webssh.

flymark2010 avatar flymark2010 commented on May 18, 2024

我测试的时候发现tornado不设置websocket_ping_interval的话,就没法保持长连接,不知道是不是和浏览器相关(我用的也是chrome)。 不过现在通过在tornado后端设置,已经达到保持长连接的目的了。
非常感谢。

from webssh.

huashengdun avatar huashengdun commented on May 18, 2024

https://superuser.com/questions/302217/chrome-browser-sending-keep-alive-packets
https://bugs.chromium.org/p/chromium/issues/detail?id=27400
你使用的chrome是什么版本,在什么操作系统下?

from webssh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.