SignalR v2.3.0 in Android
问题 I have a MVC .NET application that uses signalR. I tried to download this client: https://github.com/Gurgen/SignalR-.net-core-android-client I ran it on my device. Pressed the connect button. But kept getting an exception. Debugging it I found that I had to change this line String connectionId = jsonElement.getAsJsonObject().get("connectionId").getAsString(); to this String connectionId = jsonElement.getAsJsonObject().get("ConnectionId").getAsString(); I am already starting to feel like this