1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Merge pull request #32 from darrenclark/patch-1

Minor typo fix
This commit is contained in:
Ginger Collison 2020-01-07 09:42:39 -06:00 committed by GitHub
commit 9dcf25eb2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ Click the name to see more detailed information, including usage:
| [`Ping`](protocol.md#ping) | Client | Ping sent to server to detect connection loss | | [`Ping`](protocol.md#ping) | Client | Ping sent to server to detect connection loss |
| [`PingResponse`](protocol.md#pingresponse) | Server | Result of a Ping | | [`PingResponse`](protocol.md#pingresponse) | Server | Result of a Ping |
| [`CloseRequest`](protocol.md#closerequest) | Client | Request sent to close the connection to the NATS Streaming Server | | [`CloseRequest`](protocol.md#closerequest) | Client | Request sent to close the connection to the NATS Streaming Server |
| [`CloseResp`](protocol.md#closeresponse) | Server | Result of the close request | | [`CloseResponse`](protocol.md#closeresponse) | Server | Result of the close request |
The following sections explain each protocol message. The following sections explain each protocol message.