indykoning / PyPi_GrowattServer

MIT License
70 stars 32 forks source link

Added timeout for each requests #80

Open nagycsongor opened 3 months ago

nagycsongor commented 3 months ago

Requests without timeout goes into infinity wait which blocks forever the caller. Timeout helps for interrupting these calls and handling as an error.