Skip to content

Timeout settings #182

@scippio

Description

@scippio

Hi. I have default timeout in config :

    'http' => [
        'timeout' => 3,
        'connect_timeout' => 3,
    ],

and driver:

    'driver' => Stevebauman\Location\Drivers\IpApi::class,

no fallbacks. But when I call: $position = Location::get($ip); It returns false after ~16 seconds. Shouldn't it expire after 6 seconds with some Timeout Exception rather?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions