Code Monkey home page Code Monkey logo

Comments (5)

m1k1o avatar m1k1o commented on August 24, 2024 1

I don't have experience with HAProxy. But my guess would be to change timeouts to at least 65s and see if that would help.

        timeout client  65s
        timeout server  65s

from neko.

m1k1o avatar m1k1o commented on August 24, 2024

After a while, it reconnect me.

My first guess is short timeout. Does that reconnect happen within one minute? Our websocket keepalive is set for 60 seconds, if your proxy's timeout for websocket is smaller, then it might reconnect.

from neko.

RisedSky avatar RisedSky commented on August 24, 2024

Here is my config of HAProxy

defaults
        log     global
        mode    http
        option  httplog
        option  dontlognull
        timeout connect 5000
        timeout client  50000
        timeout server  50000
        errorfile 400 /etc/haproxy/errors/400.http
        errorfile 403 /etc/haproxy/errors/403.http
        errorfile 408 /etc/haproxy/errors/408.http
        errorfile 500 /etc/haproxy/errors/500.http
        errorfile 502 /etc/haproxy/errors/502.http
        errorfile 503 /etc/haproxy/errors/503.http
        errorfile 504 /etc/haproxy/errors/504.http

frontend haproxy
        bind *:80

        #-- neko --#
        acl regleneko hdr(host) neko.domain
        use_backend srv_neko if regleneko

backend srv_neko
        mode http
        option httpchk
        server neko NEKOIPSERVER:9090

Where I am getting it wrong ? :S

from neko.

RisedSky avatar RisedSky commented on August 24, 2024

I don't have experience with HAProxy. But my guess would be to change timeouts to at least 65s and see if that would help.

        timeout client  65s
        timeout server  65s

Okay, i'll try this and will tell you if this fix the issue :)

from neko.

RisedSky avatar RisedSky commented on August 24, 2024

Okay, this seems to fix the issue !

You're a godlike person aha, thank you so much !

from neko.

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.