-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: enhance error message remote receiver is not found * Create LICENSE * Create LICENSE * docs: add README badges * fix: repair dependencies * test: allow remote messages with generics * feat: include Message derive in RemoteMessage * feat: allow generic remote message through alias type + test * feat: add change_id feature to AnyAddr ! changes id for RemoteAddr and ignores for Addr ? solves #49 * feat(WIP): add protocols features - helps quickly implement several protocols * feat(WIP): add protocols features - add f32 support for reduce * feat: allow generic remote message and actor - use alias types in remote_messages macro * tests * fix: remote actor id in macro ! transform name to string ? used literally "#name" as actor id * test: reduce array to main node * release: telepathy-0.4.0 and telepathy-derive-0.3.0 * feat: wait_send method (#53) ? RemoteAddr::do_send happens later then Addr::do_send if they are directly followed ! Wait until RemoteAddr::do_send has written to FramedWrite * release: bump to version 0.4.1 Co-authored-by: wenig <[email protected]>
- Loading branch information
Showing
7 changed files
with
33 additions
and
11 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "actix-telepathy" | ||
version = "0.4.0" | ||
version = "0.4.1" | ||
authors = ["wenig <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
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
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