Update 'Home'

John Bintz 2023-04-10 21:13:27 +00:00
parent 0b1fd3da2a
commit 70a9f2ba36
1 changed files with 3 additions and 1 deletions

@ -2,7 +2,9 @@
### Servers
* After you Accept a connection from a client, you need to watch the new socket for that client for updates, rather than the original server socket:
#### Only the first block of sent data from the server is received
After you Accept a connection from a client, you need to watch the new socket for that client for updates, rather than the original server socket:
```basic
Do