-
For example i have two php files. index.php, index2.php. And both should send to the socket.
`
use Workerman\Worker;
use PHPSocketIO\SocketIO;
// listen port 2021 for socket.io client
$io =…
-
Attempted to ChannelTriggerEvent "private-all-chat.1" when Channel private-all-chat.1 was not subscribed. Ignoring the attempt silently.
-
This error originates in the namespace.js file inside of the socket.io module. This happens when io.use(p2p) has been called and another person attempts to connect. This happens both for my own socket…
-
## Description 🚀
This task enables real-time communication between multiple users in an Expo app using Socket.IO broadcast by establishing a socket connection, emitting and receiving events, and br…
-
I want use this library in my Android project. I read example:
https://github.com/Gottox/socket.io-java-client/blob/master/examples/chat/Chat.java
and I created a service and separate thread for usin…
-
## 请认真检查以下清单中的每一项
- [ ] 已经搜索过,没有发现类似的 issue
- [ ] 已经搜索过文档,没有发现相关内容
- [ ] 已经尝试使用过最新版,问题依旧存在
- [ ] 使用的是官方版本(未替换及修改过安装目录程序文件)
### 🐛 描述
### 📷 复现步骤
1. 打开UWP版Watt Toolkit
2. 打开网络加速
…
-
Hello
I've been trying to integrate socket chat in my project. I'm using **flutter SDK 2.2.3** and the version of the package I'm using is **"socket_io_client: ^1.0.1"** and socket.io version i'm u…
-
**Describe the bug**
I'm not sure why but Chainlit CoPilot takes really long to render on the main app. I'm using a simple "Hello world" app and it still takes so long to render in my frontend.
**…
-
io.to(user.room).emit('message', {user:user.name, text:message});
^
TypeError: Cannot read property 'room' of undefined
at Socket. (D:\React.js\Chat App\server\index.js:28:…
-
I created a sample custom function to demonstrate the issue we are seeing - https://github.com/mihirkothari25/bolt-js-getting-started-app.
It's adapted from the sample starter app. I run ngrok and se…