SvenskaSpel / locust-plugins

A set of useful plugins/extensions for Locust
Apache License 2.0
526 stars 136 forks source link

export opcode to SocketIOUser send method to support send binary and … #151

Closed luis-allan closed 7 months ago

luis-allan commented 7 months ago

SocketIOUser's send method does not export opcode param, user can't send binary and other type of message with this method(except WebSocket default opcode ABNF.OPCODE_TEXT)

cyberw commented 7 months ago

Nice!