Closed ragecryx closed 7 years ago
Also, the documentation of the website is in some GitHub repo? It's missing acknowledge
in the Socket.IO Reference section and I'd be happy to add it. (or it's missing because acknowledge
is still considered incomplete? I think there were test cases missing for it too)
Hello,
In
artillery-core/lib/engine_socketio.js:186
where the actual emit happens the Socket.IO callback supports returning data as multiple arguments thus in some projects this may not return all the data the emit ack contains. Is it possible to return all of them by looking at the arguments object?