Hi team! Whilest upgrading wiremock I'm running into an odd issue, where the first 12 stubs are returned successfully, but then it seems my app can no longer connect to WireMock (getting a ChannelClosedException). Any thoughts?
Sybren Gjaltema
08/28/2024, 11:42 AM
Turns out this probably had nothing to do with WireMock, but the specific call being done used an old library and wasn't migrated to the new way of making HTTP calls, so it probably didn't match exactly or something.