hyphanet / pyFreenet

Python FCPv2 library and utilities
https://freenetproject.org/
Other
60 stars 24 forks source link

Fix job matching without explicit Identifier keyword. #16

Closed ArneBab closed 1 year ago

ArneBab commented 8 years ago

if identifier is not given explicitly in the options, we need to add it to ensure that the replies find matching jobs.

This makes node.refstats() work again.

Thynix commented 8 years ago

In my testing (through the test-autograde script) it doesn't appear broken. Are you sure this is broken on master?

ArneBab commented 8 years ago

It was broken for me, but I did quite some internal meddling in my branches which might have broken stuff…

ArneBab commented 1 year ago

closing: changes already includen