vertx-web icon indicating copy to clipboard operation
vertx-web copied to clipboard

Fix potential concurrent exception when resolving recursive ref

Open cescoffier opened this issue 1 year ago • 0 comments

This PR addresses a potential issue where concurrent exceptions could occur during the resolution of recursive references. Although these exceptions are challenging to reproduce reliably due to their time-sensitive nature, this fix mitigates the risk by replacing the concurrent hash map with a concurrent skip list map.

cescoffier avatar Mar 20 '24 14:03 cescoffier