-
```
Please wait... I'm trying to login in...
00:38:42 VERB Wechaty initPuppet()
00:38:42 VERB MemoryCard multiplex(puppet)
00:38:42 VERB MemoryCard static multiplex(MemoryCard, puppet)
00:38…
-
点击 主播 后 ,后台日志报 [ RongIMClient ] connect mLibHandler is null, connect waiting for bind service。
发现 ipc进程没有启动。
-
```
What steps will reproduce the problem?
1. Chat in a conference.
2. Open the logs.
3. Try to find conference room chat...tis not there
What is the expected output? What do you see instead?
Expecte…
-
When i ran the program with two instances of client1 and one instance of client two, when I tried to type a message in the dupe client 1 it doesn't work and then when I try to type messages in the oth…
-
Since the functionality has involved, the existing structure and content of the documents no longer satisfies. Improving and re-structuring need to be done.
Contribution from everyone is warmly wel…
-
### Steps to reproduce
1. Receive a push from a group chat
2. Push shows up in your watch with their name eg “Thib” and the icon of the room - but not the room name anywhere.
3. Therefore it feels …
-
-
-
# Using WebSockets in a Redux Application | Tania Rascia
At some point, you might work on a React/Redux application that requires the use of WebSockets, such as for chat or live updates on a…
[https…
-
我看代码好像是一个用户加入房间服务端就创建一个与用户对应的线程,这样的化用户量大了服务器会受不了啊,我想问下可不可以一个房间创建一个线程,然后用户直接与房间的线程连接,这样应该怎么修改呢,我卡死在数据共享这了,每开一个用户端的主启动类,房间里面的东西都不互通