aspnet / SignalR

[Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
2.38k stars 446 forks source link

[Android&Java] on network change #3341

Closed xiazunyang closed 5 years ago

xiazunyang commented 5 years ago

https://github.com/aspnet/SignalR/blob/master/clients/java/signalr/src/main/java/com/microsoft/signalr/OkHttpWebSocketWrapper.java#L98 should change to onClose.invoke(0, t.getMessage()); Otherwise NullPointerException will occur when the network state changes.

BrennanConroy commented 5 years ago

Dupe of https://github.com/aspnet/SignalR/issues/3336 We've fixed it in the RTM version, which should be out before the end of the year