typhoeus / ethon

Very simple libcurl wrapper.
MIT License
137 stars 138 forks source link

Frozen at ETHON: Libcurl initialized #208

Open prasanna-munnangi opened 2 years ago

prasanna-munnangi commented 2 years ago

Hi,

I have services running on my local at different ports. Starting rails server on my app on local and it is unable to connect to the external services and frozen at ETHON: Libcurl initialized.

image

Using Typoheus: 1.4.0 ethon: 0.12.0

jasonsof commented 2 years ago

I'm getting the same behaviour with typhoeus (1.4.0), ethon (0.15.0), @prasanna-munnangi did you find anything?

prasanna-munnangi commented 2 years ago

@jasonsof so it took a while like maybe 30min and then it got connected. It shouldn't like so long to get connected.

Overload119 commented 11 months ago

From https://github.com/typhoeus/ethon/issues/234 I was able to unblock by running DISABLE_SPRING=1 I still don't know the cause of the issue though.