Skip to content
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

Is this project alive? #30

Open
mfeif opened this issue Mar 31, 2020 · 1 comment
Open

Is this project alive? #30

mfeif opened this issue Mar 31, 2020 · 1 comment

Comments

@mfeif
Copy link

mfeif commented Mar 31, 2020

Hi friend.

I found Pizco and was excited to use it; installed it, and tried to follow the getting started docs, but hit an immediate snag on the proxy side:

in _parse(self, key, message, check_sender, check_msgid)
    229
    230         if check_sender and check_sender != sender:
--> 231             raise ValueError('Wrong Sender Sender. Sent: {}, received: {}'.format(check_sender, msgid))
    232
    233         if check_msgid and check_msgid != msgid:

ValueError: Wrong Sender Sender. Sent: tcp://10.0.0.4:5555, received: urn:uuid:4a296e84-9a7d-42c6-97bf-42c07614b408

Perhaps that has to do with ZMQ changes.

Just wondering if this project is still "alive". Thanks!

@s-t-a-n
Copy link

s-t-a-n commented Jul 10, 2024

For further unlookers; You are probably better off using Pyro (the same mentioned in the Readme.md) . See the example in their docs. It is highly comparable in terms of it's API, but well maintained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants