artilleryio / artillery-core

artillery-core - deprecated
Mozilla Public License 2.0
29 stars 104 forks source link

Socket.IO Engine - Emit Callback Data #205

Closed ragecryx closed 7 years ago

ragecryx commented 7 years ago

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?

ragecryx commented 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)