Brennan

Results 270 comments of Brennan

> if I connect to an non signalR Websocket I with System.Net.WebSockets, everithing is working as intendet. SignalR uses System.Net.WebSockets so there shouldn't be any difference in behavior here. Can...

Please provide the repro app as a github repository.

> * I can place it in the **Description** in the table at ... Sure, similar to how `ApplicationMaxBufferSize` in a later table mentions memory usage can increase if the...

This PR seems to have made stuff flaky? Or for some reason flaky tests only show up with this change 😆 The three CI runs have all had different kestrel...

Update the shipped.txt file in this case. The analyzer doesn't work well when going from non-nullable to nullable APIs.

> How do I make the build pass with the shipped.txt changes? You don't. Someone with permissions will need to merge.

While we should probably fix the underlying issue, why are you trying to use `/something`? That won't work unless you're using the Javascript client in the browser since we can...

You could also look at the url before initializing the SignalR connection.

Looking at your code on stackoverflow, you have ``` this.connection.stop() .andThen { _connectionState.postValue(HubConnectionState.DISCONNECTED) disposeHubServices() cancelRefreshTokenJob() it.onComplete() Timber.d("disconnected") } ``` which is likely where the error isn't being handled.