Here's an example of a TCP server that allows multiple connections. It's actually a tiny HTTP server, but it only serves a single file. The important part is that it shows how to handle multiple connections, which is kind of confusing.
rickkas7
9
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| TCP server and client between two photons | 27 | 11336 | May 17, 2019 | |
| Semantic of concurrent client connections to TCPServer | 2 | 926 | December 5, 2017 | |
| TCPServer hangs after sometime | 10 | 1495 | July 23, 2019 | |
| Max Speed of TCP Data (and proper coding methods) | 21 | 5491 | October 30, 2015 | |
| TCP Server stops accepting connections | 17 | 3779 | September 29, 2017 |