mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Merge pull request #121 from nats-io/gcolliso-update_client_protocol
Update README.md
This commit is contained in:
commit
033b3f8a8a
@ -59,7 +59,7 @@ The following sections explain each protocol message.
|
|||||||
|
|
||||||
### Description
|
### Description
|
||||||
|
|
||||||
As soon as the server accepts a connection from the client, it will send information about itself and the configuration and security requirements that are necessary for the client to successfully authenticate with the server and exchange messages.
|
A client will need to start as a plain TCP connection, then when the server accepts a connection from the client, it will send information about itself, the configuration and security requirements are necessary for the client to successfully authenticate with the server and exchange messages.
|
||||||
|
|
||||||
When using the updated client protocol \(see [`CONNECT`](./#connect) below\), `INFO` messages can be sent anytime by the server. This means clients with that protocol level need to be able to asynchronously handle `INFO` messages.
|
When using the updated client protocol \(see [`CONNECT`](./#connect) below\), `INFO` messages can be sent anytime by the server. This means clients with that protocol level need to be able to asynchronously handle `INFO` messages.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user