Hi, is it possible to use wiremock to mock a call ...
# help
k
Hi, is it possible to use wiremock to mock a call to a tcp socket?
t
This isn’t possible with WireMock at the moment - it’s just HTTP based protocols right now. Are you trying to mock a specific protocol that runs on top of TCP?
k
no, I was trying to simulate a socket server connection on a specific port