From 8389ef1267266973b705a2490a41f52b11f423c0 Mon Sep 17 00:00:00 2001 From: Domingos Bruges Date: Mon, 30 Dec 2013 01:17:25 +0000 Subject: [PATCH] Removed limitation on message size. Data Framing is now compliant with RFC6455 sections 5.6 / 5.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef3497c..8191fce 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Websocket Client for Arduino This library implements a websocket client for arduino. -This library supports Sec-WebSocket-Version: 13 and binary *single* frame messaging. +This library supports Sec-WebSocket-Version: 13 and binary **multiple** binary frame messaging. ### Limitations