jeromeludmann / deno-irc

IRC client protocol module for Deno
https://deno.land/x/irc
MIT License
13 stars 4 forks source link

add exponential backoff option to reconnect plugin #15

Closed jeromeludmann closed 3 months ago

jeromeludmann commented 3 months ago

This following adds an exponential backoff option to the reconnect plugin (thanks to @tio for the idea).

Fix https://github.com/jeromeludmann/deno-irc/issues/14