Skip to content

v1.2.0

Compare
Choose a tag to compare
@zishang520 zishang520 released this 30 May 14:16
· 66 commits to main since this release

Bug Fixes

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 the types.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

Links: