Bug with multi server - they start listen port and get connection by another
- Dominant language
- PHP
- Stars
- 11.6k
- Forks
- 2.2k
- Avg merge
- 11h 30m
- Merged PRs (30d)
- 3
Description
Example:
1. Start workerman Websocket server on port 8081 - all ok

2. Connect to server via another application (not workerman, client on local machine at c# language) - all ok

3. Start another workerman Websocket server on 8082 - all ok

4. Server point 1 (8081) create workerman AsyncTcpConnection to server from pint 3 (with port 8082) - all ok (doesnt matter wich server connect AsyncTcpConnection first)

5. Check after this 8081 port - not ok:
- Master and Worker of server from point 3 (with 8082 port) start to listen 8081 port too (as Unix console say at the picture)

- additional this server from point 3 (port 8082) start to listen my client (what connect only to 8081 server from point 1) (as Lunix console say - you can see t the picture)

6. if i stop server from poit 1 (port 8081) server from point 3 still Listen the port 8081 and client from pint 2 now have Estabilished connection with server 3 (port 8082)

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.