-
Notifications
You must be signed in to change notification settings - Fork 0
Servers supporting multiple PVs #9
Copy link
Copy link
Open
Labels
A-SpecArea: Specification ContentArea: Specification ContentS-NetworkingSubject: NetworkingSubject: NetworkingS-QueriesSubject: QueriesSubject: QueriesS-UnresolvedStatus: UnresolvedStatus: UnresolvedV-CommonVersion: Common ProtocolVersion: Common Protocol
Milestone
Metadata
Metadata
Assignees
Labels
A-SpecArea: Specification ContentArea: Specification ContentS-NetworkingSubject: NetworkingSubject: NetworkingS-QueriesSubject: QueriesSubject: QueriesS-UnresolvedStatus: UnresolvedStatus: UnresolvedV-CommonVersion: Common ProtocolVersion: Common Protocol
right now the query system only allows servers to specify one PV.
i made this choice because supporting multiple PVs on the same server would make the (Rust) implementation kind of annoying,
but it could still be possible.
it is possible to retrofit servers supporting multiple PVs by putting the rest in the query payload,
but that isn't ideal, and I would like to figure this out before going stable.