-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pyro4 is almost a dropin replacement for zerorpc (at least from a usage perspective). Further testing (fixing) is needed before we move forward. Signed-off-by: Cedric Hombourger <[email protected]>
- Loading branch information
1 parent
cac7345
commit 2c1202d
Showing
21 changed files
with
65 additions
and
266 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
kconfiglib python3-kconfiglib | ||
requests python3-requests | ||
zerorpc python3-zerorpc | ||
zstandard python3-zstandard |
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
41 changes: 0 additions & 41 deletions
41
meta-isar/recipes-python/zerorpc/files/0001-gevent_zmq-import-enums-from-pyzmq-23.0.0.patch
This file was deleted.
Oops, something went wrong.
75 changes: 0 additions & 75 deletions
75
meta-isar/recipes-python/zerorpc/files/0002-do-not-use-future.patch
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/changelog
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/compat
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/control
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/copyright
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/rules
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/source/format
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/source/local-options
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/watch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,6 @@ class POWER: | |
|
||
|
||
class RPC: | ||
HEARTBEAT = 20 | ||
TIMEOUT = 2*60 | ||
|
||
|
||
|
Oops, something went wrong.