How do you go about getting the IP address of the remote client in a self-hosted SignalR hub? According to this question, you could at one point get it using Context.ServerVariables[], but that seems to be missing from the latest version of SignalR.
Share
Well, in poking around in the recent commits on the SignalR project (specifically this one), I spotted how to do it.