Click here to Skip to main content
15,913,685 members

Comments by Member 13204693 (Top 2 by date)

Member 13204693 17-May-17 2:11am View    
Wow! Dave THANK YOU. I moved the first three hubConnection lines to the initializing portion of my class and removed the hubConnection disposing line. So the only code for sending out messages now is the liveHub.Invoke line and everything seems smoother. I didn't realize until your last reply that I didn't need to create and destroy the hub each time I sent out a message. I'll try it out with a larger number of users and see how it does but it looks like you led me to a solution. Thanks again.
Member 13204693 16-May-17 19:46pm View    
I updated the question to include the very simple server side code. There is a routine that creates messages that it sends via broadcastUpdateToGroup(groupName, command, message) from time to time. Any help would be appreciated.