Tyderion / AniDb-AniAdd-CLI

1 stars 0 forks source link

Bugfix: Handle lost packets #30

Closed Tyderion closed 1 month ago

Tyderion commented 1 month ago

Assume that packets got lost if no reply is received within 30s. The current command in flight will get rescheduled and the next command will be sent.

fixes #28