check for responsiveness when maxBufferSize is set

This commit is contained in:
Kevin Jahns
2017-10-02 15:45:23 +02:00
parent 725273167e
commit 829a094c6d
2 changed files with 17 additions and 2 deletions

View File

@@ -8,7 +8,8 @@ Y({
connector: {
name: 'websockets-client',
url: 'http://127.0.0.1:1234',
room: 'html-editor-example6'
room: 'html-editor-example6',
// maxBufferLength: 100
},
share: {
xml: 'XmlFragment()' // y.share.xml is of type Y.Xml with tagname "p"