fhircast / sandbox

FHIRcast Sandbox
GNU Affero General Public License v3.0
12 stars 3 forks source link

implement subscription denial #45

Open wdvr opened 5 years ago

wdvr commented 5 years ago

the spec defines an optional subscription denial - we should implement it in the sandbox.

wdvr commented 5 years ago

The subscription denial is implemented as a default boolean _cancel on HubController.Subscribe(), but it is never used. Probably this should not be in the API. but rather tested in a unit test.