Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Clarification request on RTTs #127

Closed
RossTate opened this issue Aug 28, 2020 · 2 comments
Closed

Clarification request on RTTs #127

RossTate opened this issue Aug 28, 2020 · 2 comments

Comments

@RossTate
Copy link
Contributor

Take the following simple class hierarchy (say in Java):

class Super {}
class Sub1 extends Super {}
class Sub2 extends Super {}

@rossberg For the current MVP, do you expect instances of Sub1 and Sub2 to have the same RTT or different RTTs? What about for a Post-MVP?

@rossberg
Copy link
Member

There should be a way to create distinguished RTTs, see the TODO here.

@RossTate
Copy link
Contributor Author

Thanks for the clarification and the fast response! That's what I expected, but I wanted to check given that TODO has been open for a while.

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

No branches or pull requests

2 participants