-
### Your current environment
```text
Collecting environment information...
PyTorch version: N/A
Is debug build: N/A
CUDA used to build PyTorch: N/A
ROCM used to build PyTorch: N/A
OS: Ubuntu …
-
### HTTP vs websocket
> HTTP는 클라이언트가 요청을 해야 서버에서 응답을 해주는 단방향
> websocket은 양방향
HTTP는 비유하자면 문자메시지와 같다. **서버(소개팅녀)는 선톡을 하지 않는다.** 서버는 클라이언트가 먼저 톡을 해야만 답장을 해준다. 이 한계를 극복하기 위해 websocket이 만들어졌다.
…
-
-
Tried setting the value of RANK to 1 with `set RANK=1` and then was asked about WORLD_SIZE which I set to 1 as well, then MASTER_ADDR=localhost and last MASTER_PORT=12345.
Now it's stuck in a loop …
-
Cài đặt NodeJS
Download tại đây
Tải các package cần thiết
- Tạo 1 file: `package.json` với nội dung
```
{
"name" : "chat-realtime",
"version" : "0.0.1",
"private" : "true",
"depen…
-
i am implementing chat app using this socket io. its working fine now i am getting one issue is that socket reconnecting again and again if socket connection off, i like this its handing own no need t…
-
Hello! I worked with lua, and got a trouble sending messages from Node.JS to GMod and backwards. Web sockets is a great utility for modders. That would add an opportunity for integrating gmod with suc…
-
Hi,
I have a socket server with web and iOS clients. And the socket server has multiple namespaces(game/chat/notification). I can connect to the server over one socket on web client by socket.io-clie…
-
i've tried your demo today and the chat works, but no video chat.
console errors:
```
socket.io-1.4.5.js:1 WebSocket connection to 'wss://sympleserver.sourcey.com/socket.io/?EIO=3&transport=we…
-
```
What steps will reproduce the problem?
1. sudo php -q server.php
2. 192.168.1.15/client.html
3. refresh chrome explorer some times
What is the expected output? What do you see instead?
Stay conne…