1 Commits
Author SHA1 Message Date
SaladDay e55ec64532 fix: improve reconnecting regex to match messages with error details (#36)
Remove the trailing $ anchor from the reconnecting regex pattern to
properly match messages like "Reconnecting... 1/5 (error details)"
instead of only matching "Reconnecting... 1/5".

Fixes #22
2026-01-13 19:57:51 +08:00