signalr handling multiple requests

fwgroup

New Member
I'm trying to use signalr for a project. When I have multiple requests with each having a unique id, I could not figure out how to handle that. For example, I have two urls that have a unique id attached to it with query stringsWhen I make a change in the first url, the change also reflected in the second url. I dont want the second url to be updated since it is a different request.Can somebody explain to me how to handle this problem?
 
Back
Top