Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Tsung 使用 tsung_ws 插件加载测试 socket.io 应用程序。但是,websocket 的 Socket.io 实现依赖于它们的 javascript。
有没有办法做到这一点?
Tsung 不能执行 javascript 代码,所以即使我不知道 socket.io 我认为它不可能做你想做的事。
Tsung 现在支持通过特殊会话类型的websocket 连接
<session name="websocket" type="ts_websocket">
或通过切换协议。