What's the meaning of `EIO` and `t` in socketio
Solution 1:
The EIO
stands for the Engine.IO version which happens to be 3
in your case
and t
stands for the hashed timestamp for caching purposes.
The EIO
stands for the Engine.IO version which happens to be 3
in your case
and t
stands for the hashed timestamp for caching purposes.