mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Updated keep-alive section
This commit is contained in:
parent
037dd65186
commit
25716261e0
@ -40,11 +40,14 @@ response contains a ``streams`` property:
|
|||||||
Connection Keep-Alive
|
Connection Keep-Alive
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
The Event Stream API initially does not provide any mechanisms for connection
|
The Event Stream API supports Ping/Pong frames as descibed in
|
||||||
keep-alive other than enabling TCP keepalive on each open WebSocket connection.
|
`RFC 6455 <https://tools.ietf.org/html/rfc6455#section-5.5.2>`_.
|
||||||
In the future, we may add additional functionality to handle ping/pong frames
|
|
||||||
or payloads designed for keep-alive.
|
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
It might not be possible to send PING/PONG frames via web browsers because
|
||||||
|
of non availability of Javascript API on different browsers to achieve the
|
||||||
|
same.
|
||||||
|
|
||||||
Streams
|
Streams
|
||||||
-------
|
-------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user