Anybody have an example of testing a websockets en...
# ktor
g
Anybody have an example of testing a websockets endpoint? I've got the resulting bytebuffer full of raw ws frames, but not sure how to parse and test against the results
c
Frames parsing in test server is not yet implemented but it is coming soon
👍 2