michaelhly / solana-py

Solana Python SDK
https://michaelhly.github.io/solana-py
MIT License
979 stars 252 forks source link

Timeouts not working #410

Open MiroslavRosenov opened 5 months ago

MiroslavRosenov commented 5 months ago

Hey, I've had some issues with the lib these days and more precisely, there are calls taking over 2 minutes without raising an exception in any kind.

I've looked at the some and it looks like the timeout variable is not used anywhere in the calls, I will make a PR if I figure it out