-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace pynng
functionality with pyzmq
#543
Conversation
This pull request introduces 2 alerts when merging 39a0b5f into d7d93f0 - view on LGTM.com new alerts:
|
Codecov Report
@@ Coverage Diff @@
## main #543 +/- ##
==========================================
+ Coverage 89.02% 89.12% +0.09%
==========================================
Files 40 40
Lines 2743 2768 +25
==========================================
+ Hits 2442 2467 +25
Misses 301 301
Continue to review full report at Codecov.
|
This pull request introduces 2 alerts when merging b800d24 into d7d93f0 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging b234f07 into d7d93f0 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 65ccef6 into d7d93f0 - view on LGTM.com new alerts:
|
pynng
functionality with pyzmq
pynng
functionality with pyzmq
This PR replaces
Pair1
use frompynng
with aREP/REQ
server-client setup frompyzmq
. This hopefully fixes issues with maggma and new Apple M1 chips.