Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.92k stars 175 forks source link

Issue in limit of sending message in chat #215

Open lavinachitara opened 11 years ago

lavinachitara commented 11 years ago

Hello,

I am in big trouble in nowjs please help me.

I implemented one-to-one chat module where I am sending message by calling server's distribute_message function on client side(mobile app). It is working fine till 15 text size limit. But more than 15 textlength data not allowing me to send to server from client side(mobile app).

its urgent I need your help.