SignalR-samples icon indicating copy to clipboard operation
SignalR-samples copied to clipboard

Samples for ASP.NET Core SignalR

Results 23 SignalR-samples issues
Sort by recently updated
recently updated
newest added

c*.m*.s*.HubConnection: Failed to bind arguments received in invocation 'null' of 'Pong'. c*.m*.s*.HubConnection: java.lang.RuntimeException: Invocation provides 1 argument(s) but target expects 0. c*.m*.s*.HubConnection: at com.microsoft.signalr.JsonHubProtocol.bindArguments(JsonHubProtocol.java:218) c*.m*.s*.HubConnection: at com.microsoft.signalr.JsonHubProtocol.parseMessages(JsonHubProtocol.java:92) c*.m*.s*.HubConnection: at com.microsoft.signalr.HubConnection.lambda$new$0$com-microsoft-signalr-HubConnection(HubConnection.java:189)...

Hi, I implemented SignalR Java Client in my Android Project. It works well on Android Versions 6 to 11 but fails on Android 12, I'm not sure what the problem...

How to fix the below error from hubConnection.start().blockingAwait(); Caused by: java.lang.RuntimeException: There were no compatible transports on the server. at com.microsoft.signalr.HubConnection.lambda$startNegotiate$11(HubConnection.java:364) at com.microsoft.signalr.-$$Lambda$HubConnection$GiLlPVdlbvryuPaYB9UmGffcsYc.apply(Unknown Source:8) at io.reactivex.internal.operators.single.SingleFlatMap$SingleFlatMapCallback.onSuccess(SingleFlatMap.java:76) at io.reactivex.internal.operators.single.SingleMap$MapSingleObserver.onSuccess(SingleMap.java:64) at io.reactivex.subjects.SingleSubject.onSuccess(SingleSubject.java:141)...

thank you for the great samples, the Net samples where full of simple functions, like server user connect, disconnect events, get SR id on server and client, send message to...

hello, when android > 6.0 have doze mode, the signalr connection will be killed in doze mode, did your lib implement this situation? Thanks

Can someone share a project example of a MVC web application implementing real-time database notification with using ASP.NET Core 3.0 or 3.1, ADO.NET, SignalR 3.0 and SqlDependency ? I am...

## Problem I have a react website in which I am trying to connect to SignalR hub on my .net core server via ocelot gateway. I am unable to connect...

06-11 08:55:03.470 14490-2778/com.tatweer.vehicledashboardapp.dev E/AndroidRuntime: FATAL EXCEPTION: OkHttp Dispatcher Process: com.tatweer.vehicledashboardapp.dev, PID: 14490 java.lang.StackOverflowError: stack size 1038KB at io.reactivex.internal.operators.single.SingleFlatMapCompletable$FlatMapCompletableObserver.onComplete(SingleFlatMapCompletable.java:102) at io.reactivex.internal.operators.single.SingleFlatMapCompletable$FlatMapCompletableObserver.onComplete(SingleFlatMapCompletable.java:102) at io.reactivex.internal.operators.single.SingleFlatMapCompletable$FlatMapCompletableObserver.onComplete(SingleFlatMapCompletable.java:102) at io.reactivex.internal.operators.single.SingleFlatMapCompletable$FlatMapCompletableObserver.onComplete(SingleFlatMapCompletable.java:102) at io.reactivex.internal.operators.single.SingleFlatMapCompletable$FlatMapCompletableObserver.onComplete(SingleFlatMapCompletable.java:102) at io.reactivex.internal.operators.single.SingleFlatMapCompletable$FlatMapCompletableObserver.onComplete(SingleFlatMapCompletable.java:102) at io.reactivex.internal.operators.single.SingleFlatMapCompletable$FlatMapCompletableObserver.onComplete(SingleFlatMapCompletable.java:102)...

Hi, The UWP sample will throw exception "The certificate authority is invalid or incorrect". Could you please update and fix this issue?

help wanted
good first issue