open-im-sdk-web-wasm icon indicating copy to clipboard operation
open-im-sdk-web-wasm copied to clipboard

JS SDK for OpenIM Web use by Webassembly of go

Results 45 open-im-sdk-web-wasm issues
Sort by recently updated
recently updated
newest added

#### 🔍 What type of PR is this? Optimization types. User can import more types from this pkg directly. After ```ts import { GroupApplicationItem } from 'open-im-sdk-wasm/lib/types/entity' ``` Before ```ts...

size/XS

### OpenIM Server Version 3.7 ### Operating System and CPU Architecture macOS (AMD) ### Deployment Method Source Code Deployment ### Bug Description and Steps to Reproduce open-im-sdk-wasm 不兼容下nuxt3项目,目前会报404:http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/worker.js ,应该是环境判断的问题,在nuxt3的项目下去加载worker.js了。 ###...

### What would you like to share? 未加cdn 加了cdn之后 代码引入cdn 的位置: getSDK的时候加入2个path 参数,填你cdn的path就好了 ### Additional information _No response_

# 根源 目前 Angular 下无法将 `worker.js` 将文件复制到所需要的目录下,这导致现在有条件下加载文件时会 404 错误。 可以透过 `WORKER_URL` 具体定位文件所在路径。 此类似在非 Vite 下可能都会有类似情况。 #### 🔍 What type of PR is this? #### 👀 What this PR does /...

size/XS

### What happened? 我们的WEB端是允许多端登录的,如果同一个浏览器开两个页面的话,26秒之后才能发送长链接请求。如果只保持一个窗口,页面一渲染就能发送长链接请求。初步判定是不是因为两个窗口都会走wasm里面的逻辑去处理本地数据,导致数据库存在资源竞争。并且先开的那个页面会报错: ![image](https://github.com/openimsdk/open-im-sdk-web-wasm/assets/62875064/76ae3205-69b0-45dc-a491-5cffb03d63be) ### What did you expect to happen? 希望WEB端允许多端登录的情况下,不管同一个浏览器开多少个聊天窗口,都不影响长链接请求的发送时间。 ### How can we reproduce it (as minimally and precisely as possible)? 首先允许WEB端能够多端登录,然后先在浏览器里面打开一个聊天窗口,等到聊天链接成功之后,再打开一个新的聊天窗口,这个时候就能发现新开的聊天窗口要等很久才能链接成功(长链接请求接口才会发出)。 ### Anything else we...

### What happened? Upgrade browser SDK from v3.5.0 to [email protected] The normal login system retrieved the message session list. When loading the message, an error occurred when calling to mark...

### Checklist - [X] I've searched for similar issues and couldn't find anything matching - [X] I've discussed this feature request in the [OpenIMSDK Slack](https://join.slack.com/t/openimsdk/shared_invite/zt-1tmoj26uf-_FDy3dowVHBiGvLk9e5Xkg) and got positive feedback ###...

### What would you like to share? How to use openIM3. x without upgrading to webpack5, the webpack ^ 4.4.2 used in Vue2 ### Additional information _No response_

### Description uniapp fails to log in using web sdk, TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type. Expected 'application/wasm'. ### Screenshots _No response_ ### Additional information...

### What happened? The vite+vue3 project does not support running on browsers below Chrome 80 version. Chrome 80 version only began to support modular import of workers. The following code...

feature