feat: support fractional reconnect delays - #18
Conversation
|
What use-case is this associated with? |
Where I need to retry joining a server at a high frequency When I connect to I'm not the only person experiencing this issue: If reconnecting has a minimum delay of |
|
Noted, I'm not sure that rapidly retrying is likely to be a good idea (you may trip a rate limit, for example) but I suppose that responsibility can be left to the user. |
NotRyken
left a comment
There was a problem hiding this comment.
On the whole, seems like a pretty good implementation. I do have some questions/comments though, see inline.
|
Had to double-check my previous assertion. Turned out it was incorrect: MC does not in fact use That being the case, I've pushed a commit to replace all placeholders in translation keys with |
NotRyken
left a comment
There was a problem hiding this comment.
See previous comment, but since it was my error I've pushed a commit to fix it. Content with the state of this now, though I'm not sure when it will be released.
<3