v1.2.0
Bug Fixes
- fix: Data race. 4af4624
Destructive update
-
Due to module refactoring, import needs to do the following replacement operations:
Changed from
"github.com/zishang520/engine.io/packet"
to"github.com/zishang520/engine.io-go-parser/packet"
;
Changed from"github.com/zishang520/engine.io/parser"
to"github.com/zishang520/engine.io-go-parser/parser"
;Due to the migration of the original
types.BufferInterface
to the new module, it is necessary to manually update thetypes.BufferInterface
interface introduced by the relevant module, from"github.com/zishang520/engine.io/types"
to"github.com/zishang520/engine. io-go-parser//types"
(note: this step is not recommended for batch replacement);If you use the related capabilities of utf8.go in the utils module, you need to replace it with the
"github.com/zishang520/engine.io-go-parser/utils"
package.
Features
- refactor: packet and parser modules independent. 0965af9
engine.io-go-parser
Links:
- Diff: v1.1.1...v1.2.0
- socket.io for nodejs: 4.5.4 (mark it)