aspnet / SignalR-samples

Samples for ASP.NET Core SignalR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build release app cannot receive push on client with Proguard Android Kotlin

nvmabc opened this issue · comments

I have issue when build release app with SignalR cannot receive push data from api.
but when run debug that working fine. So how can we do with this case because my project sign Proguard build release app.

build.gradle
implementation files('libs/signalr-client-sdk.jar')
implementation files('libs/signalr-client-sdk-android.jar')

Waiting Receive Data:
hubProxy?.on("ReceiveDataPush", SubscriptionHandler1 { data: String ->
val aaaa = data
hubConnection?.stop()
hubConnection?.disconnect()
}, String::class.java)

Thanks for you help.

That isn't a library maintained by us.