-
-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add auto reconnect checking in `SetAutoReconnectChecking` function to ensure continuous connection by reconnecting every 5 minutes when disconnected. fix: update dependencies Update dependencies in go.mod and go.sum for compatibility and performance improvements: - github.com/valyala/fasthttp v1.55.0 to v1.56.0 - github.com/klauspost/compress v1.17.9 to v1.17.10 - go.mau.fi/whatsmeow v0.0.0-20240911102933-bb3364aa3986 to v0.0.0-20240927134544-69ba055bef0f - go.mau.fi/util v0.7.0 to v0.8.0
- Loading branch information
1 parent
c47e54e
commit 661a7ce
Showing
4 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters