summaryrefslogtreecommitdiffstats
path: root/apps/samples/websockets/websockets.html
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-12-20 00:56:45 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-12-20 00:56:45 (GMT)
commit0388c7ac478187ff8d264b6e0275a4c4a43796b9 (patch)
tree7e62439ebf72b6369ee7b1daa370e6251c06b7e0 /apps/samples/websockets/websockets.html
parent22e22bfd0965e01fea041e053873d352387805f6 (diff)
downloaduscxml-0388c7ac478187ff8d264b6e0275a4c4a43796b9.zip
uscxml-0388c7ac478187ff8d264b6e0275a4c4a43796b9.tar.gz
uscxml-0388c7ac478187ff8d264b6e0275a4c4a43796b9.tar.bz2
Performance and bugfix for WebSockets
Diffstat (limited to 'apps/samples/websockets/websockets.html')
-rw-r--r--apps/samples/websockets/websockets.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/samples/websockets/websockets.html b/apps/samples/websockets/websockets.html
index c90f728..88e4def 100644
--- a/apps/samples/websockets/websockets.html
+++ b/apps/samples/websockets/websockets.html
@@ -43,8 +43,8 @@
function onOpen(evt) {
writeToScreen("CONNECTED");
doSend(littlePacket);
- // doSend(mediumPacket);
- // doSend(hugePacket);
+ doSend(mediumPacket);
+ //doSend(hugePacket);
}
function onClose(evt) {
writeToScreen("DISCONNECTED");