hapi-fhir
hapi-fhir copied to clipboard
Problem with delete-sending subscriptions in presence of other subscriptions
Steps to replicate:
- Create a subscription without the DELETE extension
- Create another subscription with the DELETE extension
- Send a DELETE for a resource which matches both subscriptions.
- Notice that the delete event does not fire.