Giter Club home page Giter Club logo

Comments (4)

davebshow avatar davebshow commented on September 26, 2024

Maybe the response_timeout config parameter is not being properly parsed? Could you please post your config file?

from goblin.

goern avatar goern commented on September 26, 2024

None... sounds about wrong... put a 100 in there?

scheme: 'ws'
hosts: ['localhost']
port: 8182
ssl_certfile: ''
ssl_keyfile: ''
ssl_password: ''
username: ''
password: ''
response_timeout: None
max_conns: 4
min_conns: 1
max_times_acquired: 16
max_inflight: 64
message_serializer: 'goblin.driver.GraphSONMessageSerializer'

from goblin.

goern avatar goern commented on September 26, 2024

man oh man... thanks for you pair of eyes on my config file!

from goblin.

davebshow avatar davebshow commented on September 26, 2024

It looks like you are using YAML, which I believe requires null instead of None. None would be parsed as the string 'None'. I would just leave this out of the config, and the response_timeout will default to None, unless of course you want a response timeout, which is probably desirable in a production environment. In that case, simply include the key in your config, and pass an int or float.

from goblin.

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.