mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-05 20:48:15 +00:00
a57e50317d
* fix bug in websocket subscription (It wasn't destroying the channel when there are no subscribers) * add support for removing channel. Also synchronize removal (there was a race condition between sync and queue) * keep deprecated method for backwards compatibility * make websocket endpoint configurable * make websocket context path configurable * make websocket context path configurable * trying mvn clean test instead of mvn clean install to see if the build goes faster * that didn't work at all. reverting. * change log