diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-22 09:53:06 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-22 09:53:06 +0000 |
commit | 7345d255254a23bc77d294b7977ad39f5ab9a507 (patch) | |
tree | 080bb27300120075d24e5710f8aeb529dbec4b75 /sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp | |
parent | 43b86bf770804a5123ab80b8e2427368ab1d436f (diff) |
Add note to README about possible delays receiving chat messages
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026272 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README b/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README index d1e864366e..9e27166472 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README +++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README @@ -22,6 +22,11 @@ http://localhost:8080/sample-chat-webapp The port and hostname will of course vary depending on your local installation.
+Note: There can be a delay before a browser client receives a message typed into
+the chat. Some browsers receive pending messages immediately, some browsers
+receive pending messages when a new message is sent, and some browsers receive
+pending messages after a time delay of up to one minute.
+
Sample Overview
---------------
The sample provides an SCA component which has an SCA service using the SCA DWR
|