when I ran example loadtest from k6 doc, I keep seeing the error like the following.
ERRO[0003] GoError: unexpected EOF
at go.k6.io/k6/js/common.Bind.func1 (native)
at file:///C:/Users/yaochia/Documents/Training/haps.io/internal/load_tests/test.socket.js:18:41(15)
This probably means that the remote server closed the connection or something like that. Can you share some more details about your k6 test and WS server, for example which example from the docs are you trying? I just tried the one from here and it worked I can’t help you without some more details, sorry.