asp.net - Performance degrades as multiple tabs are opened SignalR -
i creating chat application. due browser limitation open 5-6 concurrent tabs 1 connection, used sub domian concept open multiple tabs.
but facing problem that, when multiple tabs opened, chat process slows down.
it works fine when 4-5 tabs opened if more 5 tabs opened, overall process slows down , messages received receiver in different order send.
when start closing tabs, signalr issue starts behaving earlier.
one more issues faced related performance when open tabs 1 after other performance degrades. sends messages after minute or takes long time send message.
can suggest me solution performance issue of signalr?
thanks in advance
Comments
Post a Comment