google / google/eDistantObject
Forward `isKindOfClass:` to distant object?
Open
- Dominant language
- Objective-C
- Stars
- 176
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Is there a reason we are not forwarding `isKindOfClass:` to the distant object? I think that would make the most sense since users are more likely to want to check the class of the actual object than of the proxy. FWIW, `NSDistantObject` [forwards](https://stackoverflow.com/a/7839552/815742).
Contributor guide
Assessment
This issue has not been assessed yet.