Cannot change exposed_ value using protocol confiration #202
Comments
You are right. Fix will be in 3.4.4 or greater. |
coldfix
added a commit
that referenced
this issue
Aug 7, 2017
- Fix refcount leakage when unboxing from cache (#196) - Fix TypeError when dispatching exceptions on py2 (unicode) - Respect ``rpyc_protocol_config`` for default Service getattr (#202) - Support unix domain sockets (#100,#208) - Use first accessible server in ``connect_by_service`` (#220) - Fix deadlock problem with logging (#207,#212)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this example it seems that protocol_config does not affect anything. The exposed_ prefix cannot be changed.
The thing is that the method from core/protocol.py which checks these options is never called:
where _check_attr is never actually called.
The text was updated successfully, but these errors were encountered: