hapifhir / hapi-hl7v2

280 stars 137 forks source link

wait for socket close on simple server termination #111

Closed mrdnctrk closed 1 year ago

mrdnctrk commented 1 year ago

makes the SimpleServer wait for socket to be closed on termination (when stopAndWait is called) so that components using it don't have to wait themselves to re-use its port.