-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Description
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
Labels
No labels