I am using SignalR for one of my android projects. The same project source control is under TFS (Team Foundation Server). I integrated SignalR as mentioned in this answer Steps to get SignalR working in Android Studio
When I build the app using Android Studio, SignalR events are coming in the app. But when I build the app using TFS build system, the events are not coming in the app. Though I am getting logs in the TFS debug build that the connection is success. Events logs are not coming.
What I tried: I tried replacing the signalr-client-sdk-android-release.jar with locally built aar. But the result is same.
What am I missing?