How to detect which clients was disconnected? I m using Hub and saw the chat example where the IDisconnect
interface was implemented. De Disconnect()
function is called when a page is refreshed or closed, for example. It s working ok, but how to detect which one was disconnected ?
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...