hapifhir / hapi-hl7v2

277 stars 138 forks source link

wait for socket close on simple server termination #111

Closed mrdnctrk closed 10 months ago

mrdnctrk commented 10 months 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.