forked from whisperfish/presage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When `receive_messages` is called multiple times on the same manager, this could lead to a panic "web socket request handler not in use". This fixes this. Requires <whisperfish/libsignal-service-rs#274>. Also currently dependent on my fork of lss.
- Loading branch information
1 parent
d884ef6
commit 221a79f
Showing
2 changed files
with
13 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ authors = ["Gabriel Féron <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "0a7987e" } | ||
libsignal-service-hyper = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "0a7987e" } | ||
libsignal-service = { git = "https://github.com/Schmiddiii/libsignal-service-rs", rev = "1561b7587aaf64d29e728b11c161ca89d34b7f4c" } | ||
libsignal-service-hyper = { git = "https://github.com/Schmiddiii/libsignal-service-rs", rev = "1561b7587aaf64d29e728b11c161ca89d34b7f4c" } | ||
|
||
base64 = "0.21" | ||
futures = "0.3" | ||
|
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