Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #808

Closed
foxxnuaa opened this issue Dec 7, 2024 · 1 comment · Fixed by #810
Closed

[BUG] #808

foxxnuaa opened this issue Dec 7, 2024 · 1 comment · Fixed by #810
Labels
bug Categorizes issue or PR as related to a bug.

Comments

@foxxnuaa
Copy link

foxxnuaa commented Dec 7, 2024

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

@foxxnuaa foxxnuaa added the bug Categorizes issue or PR as related to a bug. label Dec 7, 2024
@OpenIM-Robot OpenIM-Robot changed the title [BUG] [BUG] Dec 7, 2024
@FGadvancer
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants