Hello to all
I have develop a silverlight 3 chat application in which one user chat with multiple users on a same time.
In my application a chat window is a silverlight control and a user can open more than 10 chat windows on same time in a single browse window.means every chat window make connection with wcf.
I have allready increase connection limits of wcf using throttlingservice behavior. It works for multile clinets means multiple browses open on same time on different machines and its more than 10. its ok. but if when one user chat with more than 10 users on same time then on 11th connection its break.
please help me and provide me solution for this problem.
Thanks