ptejada / artillery-engine-socketio-v3

Socket.IO v3 engine for Artillery
Mozilla Public License 2.0
22 stars 15 forks source link

Add socket.io-msgpack-parser support #7

Closed jlnquere closed 2 years ago

jlnquere commented 2 years ago

Hi 👋,

For my personal use, I needed to add support of the socket.io MsgPack Parser. Since it's very focused on performance, I think that might be interesting for the rest of the community :)

jlnquere commented 2 years ago

Oh, in fact I didn't see that package-lock.json was not committed initially.

I removed it. But be careful: not committing package-lock.json is not recommended and lead to a non-deterministic behavior. More information here or here.