jquery - How to test notification implemented using signal r -


i have used signal r implement face book kind of notification in mvc 4 application. referring

http://www.codeguru.com/csharp/.net/sending-notifications-using-asp.net-signalr.htm

with generated proxy code. have notification count bubble(span) in lay out page , there add notification page have text box , button . on click of button calling hub method broadcast message.there sending notification client using client.all.briadcastnotification()

i have 2 pages opened. 1 home page , add notification page have typed message broadcast.when clicked on send button notification count bubble(span) got updated on add notification page. in other page ((home page) notification count bubble(span) not getting updated. need update pages ??

also please me how can test whether notification message sending clients .i new signal r , mvc , stackoverflow well.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -