Karuha
Karuha copied to clipboard
`send_form` method (timeout)
Hello. Is it valid to add a timeout here?
- https://github.com/Visecy/Karuha/blob/master/karuha/session.py#L210
I could do that. It's just probably not a good idea to create infinite await (every time)?
Hello. Is it valid to add a timeout here?
- https://github.com/Visecy/Karuha/blob/master/karuha/session.py#L210
I could do that. It's just probably not a good idea to create infinite
await(every time)?
This is a good suggestion. I would be very happy if you could submit a PR to fix it.