fabric8io / mockwebserver

An extension of okhttp's mockwebserver, that provides a DSL and is easier to use
Apache License 2.0
113 stars 38 forks source link

CrudDispatcher#map should allow concurrent access #64

Closed manusa closed 2 years ago

manusa commented 2 years ago

Description

Several downstream issues have been reported regarding concurrent access to the attribute set map.

The issue should be fixed upstream to avoid needing synchronized lock access to the map.

Relates to: