Update 'Home'
parent
0b1fd3da2a
commit
70a9f2ba36
4
Home.md
4
Home.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue