You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this issue will be fixed in the next version. It is caused by a change in the repository address of a third-party dependency package. You can also add the following line to your go.mod file:
replace nhooyr.io/websocket => github.com/coder/websocket v1.8.10
Then, run go mod tidy and try generating the WASM again.
OpenIM SDK Version
3.8.2
OpenIM Server Version
3.8.2
SDK Platform
Web WASM SDK
Device Model
CentOS7.6
Operating System Version
CentOS7.6
Bug Description and Steps to Reproduce
When build wasm sdk in 3.8.2,will report internal/interaction/ws_js.go:30:2: reading nhooyr.io/websocket/go.mod at revision v1.8.10: unknown revision v1.8.10.
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: