From 80efec5dfaed681ec2c3598412c02c0d1521d2ce Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 5 May 2021 21:24:41 +0000 Subject: [PATCH] Updated WEBSOCKETS_SUPPORT.txt doc git-svn-id: svn://192.168.202.10@3438 3d104415-ff17-0410-8863-d5cf3c621b8a --- docs/WEBSOCKETS_SUPPORT.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/WEBSOCKETS_SUPPORT.txt b/docs/WEBSOCKETS_SUPPORT.txt index fab20d22..7e6e34e2 100644 --- a/docs/WEBSOCKETS_SUPPORT.txt +++ b/docs/WEBSOCKETS_SUPPORT.txt @@ -1,4 +1,4 @@ -WEBSOCKETS DOC Started: 2018-02-23 Updated: 2021-03-27 +WEBSOCKETS DOC Started: 2018-02-23 Updated: 2021-05-05 @@ -47,3 +47,4 @@ NOTES: - If your network uses a proxy to connect to a server using WebSockets(or other SSE), or you are on an older network, you may have issues with WebSockets that are not a problem with old HTTP polling technologies like AJAX(XMLHttpRequest). - WebSockets and other SSE technologies don't offer any easy way of monitoring the time it takes to deliver messages, or in some cases even if the message has been delivered. - WebSockets and other SSE technologies tie up persisten connections, which may cause load issues on larger implementations. +- For information on the events that are sent with the 'agent_events' function, please read the AGENT_EVENTS_PUSH.txt document also in this directory.