bug in client.js
This commit is contained in:
parent
fb0ef55f81
commit
8c9b4bdc41
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ function connect(){
|
||||||
data=(this.ipcBuffer+=data);
|
data=(this.ipcBuffer+=data);
|
||||||
|
|
||||||
if(data.slice(-1)!=eventParser.delimiter){
|
if(data.slice(-1)!=eventParser.delimiter){
|
||||||
server.log('Implementing larger buffer for this socket message. You may want to consider smaller messages'.notice);
|
client.log('Implementing larger buffer for this socket message. You may want to consider smaller messages'.notice);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue