Hi
We are using jackson-module-kotlin to deserialise JSON to a kotlin data class. Recently we started encountering a we have a very strange issue which seems like a bug in Kotlin reflection. During deserialization we get the following error and the server is not able to recover until we restart it. Looks like a concurrency issue / race condition as it happens sporadically. Following is the exception we get: (stack includes StreamClosed, Protobuf, createBuiltInsModule,getCompanionObject,getKotlinFunction)