- Engine.io send function do send binary data as binary, it can be seen in as binary in DevTools.
- Socket.io handles it as json ans sends it as text.
May be somehow Engine.io send function can be accessed via Socket.io instance?
May be I need to re-implement custom encoder/decoder for this?