Hello, does wiremock support mocking websocket cal...
# help
a
Hello, does wiremock support mocking websocket calls?
o
Not yet, it is on our roadmap
a
Okay thank you
o
Just to be clear, it is easy to introduce basic support via external AsyncAPI converter, but it will only work if your test accepts the synchronous behavior Would it be a use case for you? I cannot make a definite commitment right now but I was about prototyping the AsyncAPI bridge
a
Sorry, Oleg I didn't get the point about tests that need to accept synchronous behavior!
o
Protocols like websockets allow for many asynchronous operations, for example data streaming when one side sends a bunch of messages to another without waiting for a request. If you are fine we fixed request-response behavior, then a bridge converter is easy to implement
a
Got it, thank you. Yes this would be great.