mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
Merge pull request #892 from JonathanLindsey/fix_chat_tcp_panic
Fix chat-tcp panic when current directory is not the expected directory
This commit is contained in:
commit
c1400e5fc1
@ -18,7 +18,14 @@ Chat server listens for incoming tcp connections. Server can access several type
|
||||
- `some message` - just string, send message to all peers in same room
|
||||
- client has to send heartbeat `Ping` messages, if server does not receive a heartbeat message for 10 seconds connection gets dropped
|
||||
|
||||
To start server use command: `cargo run --bin websocket-tcp-server`
|
||||
To start server run
|
||||
|
||||
```sh
|
||||
cd websockets/chat-tcp
|
||||
cargo run --bin websocket-tcp-server`
|
||||
```
|
||||
|
||||
If the current directory is not correct, the server will look for `index.html` in the wrong place.
|
||||
|
||||
## Client
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user