Skip to content

Signalr.client : The server disconnected before the handshake could be started. #18260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
RafaelVieira2323 opened this issue Jan 10, 2020 · 8 comments
Labels
area-signalr Includes: SignalR clients and servers Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. Status: No Recent Activity

Comments

@RafaelVieira2323
Copy link

Hy,

I am trying to make a connection between my mobile application on android and ios with the server that is hosted on an azure machine. And whenever I try to connect to the server to connect to the signalr service. Always give me this error: "The server disconnected before the handshake could".

@RafaelVieira2323 RafaelVieira2323 changed the title Signalr : The server disconnected before the handshake could be started. Signalr.client : The server disconnected before the handshake could be started. Jan 10, 2020
@javiercn javiercn added the area-signalr Includes: SignalR clients and servers label Jan 10, 2020
@BrennanConroy
Copy link
Member

Could you collect client and server logs? https://docs.microsoft.com/aspnet/core/signalr/diagnostics?view=aspnetcore-3.1

@BrennanConroy BrennanConroy added the Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. label Jan 10, 2020
@RafaelVieira2323
Copy link
Author

I will collect client and server logs. And I will insert here.

@ghost ghost added Needs: Attention 👋 This issue needs the attention of a contributor, typically because the OP has provided an update. and removed Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. labels Jan 10, 2020
@analogrelay analogrelay added Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. and removed Needs: Attention 👋 This issue needs the attention of a contributor, typically because the OP has provided an update. labels Jan 10, 2020
@RafaelVieira2323
Copy link
Author

Client side:
01-13 09:03:35.323 D/Mono (11893): Assembly Ref addref System.Text.Json[0xe4cd3ee0] -> System.Threading.Tasks.Extensions[0xc76a5460]: 3
Arrebentou ao connectar:System.IO.IOException: The server disconnected before the handshake could be started.
at Microsoft.AspNetCore.SignalR.Client.HubConnection.HandshakeAsync (Microsoft.AspNetCore.SignalR.Client.HubConnection+ConnectionState startingConnectionState, System.Threading.CancellationToken cancellationToken) [0x000f6] in <82f2bec582b048f7a648dfe730be82f1>:0 01-13 09:03:35.471 I/mono-stdout(11893): Arrebentou ao connectar:System.IO.IOException: The server disconnected before the handshake could be started.

01-13 09:03:35.471 I/mono-stdout(11893): at Microsoft.AspNetCore.SignalR.Client.HubConnection.HandshakeAsync (Microsoft.AspNetCore.SignalR.Client.HubConnection+ConnectionState startingConnectionState, System.Threading.CancellationToken cancellationToken) [0x000f6] in <82f2bec582b048f7a648dfe730be82f1>:0
at Microsoft.AspNetCore.SignalR.Client.HubConnection.StartAsyncCore (System.Threading.CancellationToken cancellationToken) [0x0014a] in <82f2bec582b048f7a648dfe730be82f1>:0
at Microsoft.AspNetCore.SignalR.Client.HubConnection.StartAsyncCore (System.Threading.CancellationToken cancellationToken) [0x00217] in <82f2bec582b048f7a648dfe730be82f1>:0
at Microsoft.AspNetCore.SignalR.Client.HubConnection.StartAsyncInner (System.Threading.CancellationToken cancellationToken) [0x0019e] in <82f2bec582b048f7a648dfe730be82f1>:0
at System.Threading.Tasks.ForceAsyncAwaiter.GetResult () [0x0000c] in <82f2bec582b048f7a648dfe730be82f1>:0
at Microsoft.AspNetCore.SignalR.Client.HubConnection.StartAsync (System.Threading.CancellationToken cancellationToken) [0x00091] in <82f2bec582b048f7a648dfe730be82f1>:0 01-13 09:03:35.472 I/mono-stdout(11893): at Microsoft.AspNetCore.SignalR.Client.HubConnection.StartAsyncCore (System.Threading.CancellationToken cancellationToken) [0x0014a] in <82f2bec582b048f7a648dfe730be82f1>:0

at Opinion.ViewModels.ConnectionHub.Connect () [0x00037] in C:\Users\srvieira\Desktop\DevOps\Second_Opinion\Opinion\Opinion\ViewModels\ConnectionHub.cs:188 01-13 09:03:35.472 I/mono-stdout(11893): at Microsoft.AspNetCore.SignalR.Client.HubConnection.StartAsyncCore (System.Threading.CancellationToken cancellationToken) [0x00217] in <82f2bec582b048f7a648dfe730be82f1>:0

01-13 09:03:35.473 I/mono-stdout(11893): at Microsoft.AspNetCore.SignalR.Client.HubConnection.StartAsyncInner (System.Threading.CancellationToken cancellationToken) [0x0019e] in <82f2bec582b048f7a648dfe730be82f1>:0
01-13 09:03:35.473 I/mono-stdout(11893): at System.Threading.Tasks.ForceAsyncAwaiter.GetResult () [0x0000c] in <82f2bec582b048f7a648dfe730be82f1>:0
01-13 09:03:35.474 I/mono-stdout(11893): at Microsoft.AspNetCore.SignalR.Client.HubConnection.StartAsync (System.Threading.CancellationToken cancellationToken) [0x00091] in <82f2bec582b048f7a648dfe730be82f1>:0
01-13 09:03:35.474 I/mono-stdout(11893): at Opinion.ViewModels.ConnectionHub.Connect () [0x00037] in C:\Users\srvieira\Desktop\DevOps\Second_Opinion\Opinion\Opinion\ViewModels\ConnectionHub.cs:188
Thread finished: #12

@ghost ghost added Needs: Attention 👋 This issue needs the attention of a contributor, typically because the OP has provided an update. and removed Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. labels Jan 13, 2020
@BrennanConroy
Copy link
Member

That is an exception, not client side logs.
The link I provided gives a lot of information on how to create and gather both client and server logs.

If possible, could you put your code in a github repo?

@BrennanConroy BrennanConroy added Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. and removed Needs: Attention 👋 This issue needs the attention of a contributor, typically because the OP has provided an update. labels Jan 14, 2020
@RafaelVieira2323
Copy link
Author

yes, i will put. And share to you. if we trie in a localhost , he works fine in android. But if the app has to communicate with azure server, it doesn't work.

@ghost ghost added Needs: Attention 👋 This issue needs the attention of a contributor, typically because the OP has provided an update. and removed Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. labels Jan 14, 2020
@BrennanConroy BrennanConroy added Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. and removed Needs: Attention 👋 This issue needs the attention of a contributor, typically because the OP has provided an update. labels Jan 14, 2020
@RafaelVieira2323
Copy link
Author

RafaelVieira2323 commented Jan 15, 2020

01-15 09:59:57.992 D/Mono    (26391): Loading reference 8 of Microsoft.AspNetCore.SignalR.Client.Core.dll asmctx DEFAULT, looking for Microsoft.Extensions.DependencyInjection, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:57.994 D/Mono    (26391): Unloading image Microsoft.Extensions.DependencyInjection.dll [0xc4e32200].
01-15 09:59:57.994 D/Mono    (26391): Image addref Microsoft.Extensions.DependencyInjection[0xc4b2e7e0] (asmctx DEFAULT) -> Microsoft.Extensions.DependencyInjection.dll[0xe4550000]: 5
01-15 09:59:57.994 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.DependencyInjection.dll.config'.
01-15 09:59:57.995 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.DependencyInjection/Microsoft.Extensions.DependencyInjection.config'.
01-15 09:59:57.995 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Client.Core[0xe4533ba0] -> Microsoft.Extensions.DependencyInjection[0xe4533f60]: 2
01-15 09:59:57.995 D/Mono    (26391): Loading reference 1 of Microsoft.Extensions.DependencyInjection.dll asmctx DEFAULT, looking for Microsoft.Extensions.DependencyInjection.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:57.995 D/Mono    (26391): Unloading image Microsoft.Extensions.DependencyInjection.Abstractions.dll [0xc4e32200].
01-15 09:59:57.996 D/Mono    (26391): Image addref Microsoft.Extensions.DependencyInjection.Abstractions[0xc4b2e7e0] (asmctx DEFAULT) -> Microsoft.Extensions.DependencyInjection.Abstractions.dll[0xe4522b00]: 7
01-15 09:59:57.996 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.DependencyInjection.Abstractions.dll.config'.
01-15 09:59:57.996 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.DependencyInjection.Abstractions/Microsoft.Extensions.DependencyInjection.Abstractions.config'.
01-15 09:59:57.996 D/Mono    (26391): Assembly Ref addref Microsoft.Extensions.DependencyInjection[0xe4533f60] -> Microsoft.Extensions.DependencyInjection.Abstractions[0xe4533f00]: 4
01-15 09:59:57.997 D/Mono    (26391): Loading reference 1 of Microsoft.Extensions.Logging.dll asmctx DEFAULT, looking for Microsoft.Extensions.DependencyInjection.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:57.998 D/Mono    (26391): Unloading image Microsoft.Extensions.DependencyInjection.Abstractions.dll [0xc4e33b00].
01-15 09:59:57.999 D/Mono    (26391): Image addref Microsoft.Extensions.DependencyInjection.Abstractions[0xc4b2e7e0] (asmctx DEFAULT) -> Microsoft.Extensions.DependencyInjection.Abstractions.dll[0xe4522b00]: 8
01-15 09:59:57.999 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.DependencyInjection.Abstractions.dll.config'.
01-15 09:59:57.999 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.DependencyInjection.Abstractions/Microsoft.Extensions.DependencyInjection.Abstractions.config'.
01-15 09:59:57.999 D/Mono    (26391): Assembly Ref addref Microsoft.Extensions.Logging[0xe4534080] -> Microsoft.Extensions.DependencyInjection.Abstractions[0xe4533f00]: 5
01-15 09:59:57.999 D/Mono    (26391): Loading reference 9 of Microsoft.AspNetCore.SignalR.Client.Core.dll asmctx DEFAULT, looking for Microsoft.AspNetCore.SignalR.Protocols.Json, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.000 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Client.Core[0xe4533ba0] -> Microsoft.AspNetCore.SignalR.Protocols.Json[0xe4533cc0]: 2
01-15 09:59:58.000 D/Mono    (26391): Loading reference 1 of Microsoft.AspNetCore.SignalR.Protocols.Json.dll asmctx DEFAULT, looking for Microsoft.AspNetCore.SignalR.Common, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.000 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Protocols.Json[0xe4533cc0] -> Microsoft.AspNetCore.SignalR.Common[0xe4533c60]: 3
01-15 09:59:58.013 D/Mono    (26391): Loading reference 2 of Microsoft.Extensions.Logging.dll asmctx DEFAULT, looking for Microsoft.Extensions.Options, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.014 D/Mono    (26391): Unloading image Microsoft.Extensions.Options.dll [0xc4e33b00].
01-15 09:59:58.014 D/Mono    (26391): Image addref Microsoft.Extensions.Options[0xc4b2eea0] (asmctx DEFAULT) -> Microsoft.Extensions.Options.dll[0xe4551400]: 5
01-15 09:59:58.015 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.Options.dll.config'.
01-15 09:59:58.015 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.Options/Microsoft.Extensions.Options.config'.
01-15 09:59:58.015 D/Mono    (26391): Assembly Ref addref Microsoft.Extensions.Logging[0xe4534080] -> Microsoft.Extensions.Options[0xe45340e0]: 2
01-15 09:59:58.015 D/Mono    (26391): Loading reference 1 of Microsoft.Extensions.Options.dll asmctx DEFAULT, looking for Microsoft.Extensions.DependencyInjection.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.016 D/Mono    (26391): Unloading image Microsoft.Extensions.DependencyInjection.Abstractions.dll [0xc4e33b00].
01-15 09:59:58.016 D/Mono    (26391): Image addref Microsoft.Extensions.DependencyInjection.Abstractions[0xc4b2eea0] (asmctx DEFAULT) -> Microsoft.Extensions.DependencyInjection.Abstractions.dll[0xe4522b00]: 9
01-15 09:59:58.016 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.DependencyInjection.Abstractions.dll.config'.
01-15 09:59:58.016 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.DependencyInjection.Abstractions/Microsoft.Extensions.DependencyInjection.Abstractions.config'.
01-15 09:59:58.016 D/Mono    (26391): Assembly Ref addref Microsoft.Extensions.Options[0xe45340e0] -> Microsoft.Extensions.DependencyInjection.Abstractions[0xe4533f00]: 6
01-15 09:59:58.017 D/Mono    (26391): Loading reference 3 of Microsoft.Extensions.Logging.dll asmctx DEFAULT, looking for Microsoft.Extensions.Logging.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.017 D/Mono    (26391): Unloading image Microsoft.Extensions.Logging.Abstractions.dll [0xc4e33b00].
01-15 09:59:58.018 D/Mono    (26391): Image addref Microsoft.Extensions.Logging.Abstractions[0xc4b2eea0] (asmctx DEFAULT) -> Microsoft.Extensions.Logging.Abstractions.dll[0xe4550500]: 5
01-15 09:59:58.018 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.Logging.Abstractions.dll.config'.
01-15 09:59:58.018 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.Logging.Abstractions/Microsoft.Extensions.Logging.Abstractions.config'.
01-15 09:59:58.018 D/Mono    (26391): Assembly Ref addref Microsoft.Extensions.Logging[0xe4534080] -> Microsoft.Extensions.Logging.Abstractions[0xe4533fc0]: 2
01-15 09:59:58.057 D/Mono    (26391): Loading reference 6 of Microsoft.AspNetCore.SignalR.Protocols.Json.dll asmctx DEFAULT, looking for Microsoft.Extensions.DependencyInjection.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.058 D/Mono    (26391): Unloading image Microsoft.Extensions.DependencyInjection.Abstractions.dll [0xc5826f00].
01-15 09:59:58.058 D/Mono    (26391): Image addref Microsoft.Extensions.DependencyInjection.Abstractions[0xc4b2e7e0] (asmctx DEFAULT) -> Microsoft.Extensions.DependencyInjection.Abstractions.dll[0xe4522b00]: 10
01-15 09:59:58.058 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.DependencyInjection.Abstractions.dll.config'.
01-15 09:59:58.058 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.DependencyInjection.Abstractions/Microsoft.Extensions.DependencyInjection.Abstractions.config'.
01-15 09:59:58.058 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Protocols.Json[0xe4533cc0] -> Microsoft.Extensions.DependencyInjection.Abstractions[0xe4533f00]: 7
01-15 09:59:58.059 D/Mono    (26391): Loading reference 4 of Microsoft.AspNetCore.SignalR.Protocols.Json.dll asmctx DEFAULT, looking for Microsoft.Extensions.Options, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.060 D/Mono    (26391): Unloading image Microsoft.Extensions.Options.dll [0xc5826f00].
01-15 09:59:58.060 D/Mono    (26391): Image addref Microsoft.Extensions.Options[0xc4b2e7e0] (asmctx DEFAULT) -> Microsoft.Extensions.Options.dll[0xe4551400]: 6
01-15 09:59:58.060 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.Options.dll.config'.
01-15 09:59:58.060 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.Options/Microsoft.Extensions.Options.config'.
01-15 09:59:58.060 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Protocols.Json[0xe4533cc0] -> Microsoft.Extensions.Options[0xe45340e0]: 3
01-15 09:59:58.069 D/Mono    (26391): Loading reference 2 of Microsoft.AspNetCore.SignalR.Client.dll asmctx DEFAULT, looking for Microsoft.AspNetCore.Http.Connections.Common, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.069 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Client[0xe4533c00] -> Microsoft.AspNetCore.Http.Connections.Common[0xe4533ae0]: 2
01-15 09:59:58.071 D/Mono    (26391): Loading reference 6 of Microsoft.AspNetCore.SignalR.Client.dll asmctx DEFAULT, looking for Microsoft.AspNetCore.SignalR.Common, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.071 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Client[0xe4533c00] -> Microsoft.AspNetCore.SignalR.Common[0xe4533c60]: 4
01-15 09:59:58.071 D/Mono    (26391): Loading reference 7 of Microsoft.AspNetCore.SignalR.Client.dll asmctx DEFAULT, looking for Microsoft.Extensions.DependencyInjection.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.072 D/Mono    (26391): Unloading image Microsoft.Extensions.DependencyInjection.Abstractions.dll [0xc5826f00].
01-15 09:59:58.072 D/Mono    (26391): Image addref Microsoft.Extensions.DependencyInjection.Abstractions[0xc4b2eea0] (asmctx DEFAULT) -> Microsoft.Extensions.DependencyInjection.Abstractions.dll[0xe4522b00]: 11
01-15 09:59:58.073 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.DependencyInjection.Abstractions.dll.config'.
01-15 09:59:58.073 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.DependencyInjection.Abstractions/Microsoft.Extensions.DependencyInjection.Abstractions.config'.
01-15 09:59:58.073 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Client[0xe4533c00] -> Microsoft.Extensions.DependencyInjection.Abstractions[0xe4533f00]: 8
01-15 09:59:58.073 D/Mono    (26391): Loading reference 5 of Microsoft.AspNetCore.SignalR.Client.dll asmctx DEFAULT, looking for Microsoft.Extensions.Options, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.074 D/Mono    (26391): Unloading image Microsoft.Extensions.Options.dll [0xc5826f00].
01-15 09:59:58.074 D/Mono    (26391): Image addref Microsoft.Extensions.Options[0xc4b2eea0] (asmctx DEFAULT) -> Microsoft.Extensions.Options.dll[0xe4551400]: 7
01-15 09:59:58.074 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.Options.dll.config'.
01-15 09:59:58.075 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.Options/Microsoft.Extensions.Options.config'.
01-15 09:59:58.075 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Client[0xe4533c00] -> Microsoft.Extensions.Options[0xe45340e0]: 4
01-15 09:59:58.075 D/Mono    (26391): Loading reference 4 of Microsoft.AspNetCore.SignalR.Client.dll asmctx DEFAULT, looking for Microsoft.AspNetCore.Connections.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.075 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Client[0xe4533c00] -> Microsoft.AspNetCore.Connections.Abstractions[0xe4533a20]: 2
01-15 09:59:58.075 D/Mono    (26391): Loading reference 2 of Microsoft.AspNetCore.Http.Connections.Client.dll asmctx DEFAULT, looking for Microsoft.AspNetCore.Connections.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.075 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.Http.Connections.Client[0xe4533a80] -> Microsoft.AspNetCore.Connections.Abstractions[0xe4533a20]: 3
01-15 09:59:58.080 D/Mono    (26391): Loading reference 22 of Opinion.dll asmctx DEFAULT, looking for Microsoft.Extensions.Logging.Debug, Version=3.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.080 D/Mono    (26391): Assembly Ref addref Opinion[0xe4534320] -> Microsoft.Extensions.Logging.Debug[0xe4534020]: 2
01-15 09:59:58.080 D/Mono    (26391): Loading reference 1 of Microsoft.Extensions.Logging.Debug.dll asmctx DEFAULT, looking for Microsoft.Extensions.Logging, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.081 D/Mono    (26391): Unloading image Microsoft.Extensions.Logging.dll [0xc5827400].
01-15 09:59:58.081 D/Mono    (26391): Image addref Microsoft.Extensions.Logging[0xc4b2eea0] (asmctx DEFAULT) -> Microsoft.Extensions.Logging.dll[0xe4550f00]: 6
01-15 09:59:58.081 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.Logging.dll.config'.
01-15 09:59:58.081 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.Logging/Microsoft.Extensions.Logging.config'.
01-15 09:59:58.081 D/Mono    (26391): Assembly Ref addref Microsoft.Extensions.Logging.Debug[0xe4534020] -> Microsoft.Extensions.Logging[0xe4534080]: 4
01-15 09:59:58.081 D/Mono    (26391): Loading reference 23 of Opinion.dll asmctx DEFAULT, looking for Microsoft.Extensions.Logging.Abstractions, Version=3.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.081 D/Mono    (26391): Assembly Ref addref Opinion[0xe4534320] -> Microsoft.Extensions.Logging.Abstractions[0xe4533fc0]: 3
01-15 09:59:58.082 D/Mono    (26391): Loading reference 3 of Microsoft.Extensions.Logging.Debug.dll asmctx DEFAULT, looking for Microsoft.Extensions.DependencyInjection.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.083 D/Mono    (26391): Unloading image Microsoft.Extensions.DependencyInjection.Abstractions.dll [0xc5827400].
01-15 09:59:58.084 D/Mono    (26391): Image addref Microsoft.Extensions.DependencyInjection.Abstractions[0xc4b2eea0] (asmctx DEFAULT) -> Microsoft.Extensions.DependencyInjection.Abstractions.dll[0xe4522b00]: 12
01-15 09:59:58.084 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.DependencyInjection.Abstractions.dll.config'.
01-15 09:59:58.084 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.DependencyInjection.Abstractions/Microsoft.Extensions.DependencyInjection.Abstractions.config'.
01-15 09:59:58.084 D/Mono    (26391): Assembly Ref addref Microsoft.Extensions.Logging.Debug[0xe4534020] -> Microsoft.Extensions.DependencyInjection.Abstractions[0xe4533f00]: 9
01-15 09:59:58.084 D/Mono    (26391): Loading reference 2 of Microsoft.Extensions.Logging.Debug.dll asmctx DEFAULT, looking for Microsoft.Extensions.Logging.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.085 D/Mono    (26391): Unloading image Microsoft.Extensions.Logging.Abstractions.dll [0xc5827400].
01-15 09:59:58.085 D/Mono    (26391): Image addref Microsoft.Extensions.Logging.Abstractions[0xc4b2eea0] (asmctx DEFAULT) -> Microsoft.Extensions.Logging.Abstractions.dll[0xe4550500]: 6
01-15 09:59:58.085 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.Logging.Abstractions.dll.config'.
01-15 09:59:58.085 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.Logging.Abstractions/Microsoft.Extensions.Logging.Abstractions.config'.
01-15 09:59:58.085 D/Mono    (26391): Assembly Ref addref Microsoft.Extensions.Logging.Debug[0xe4534020] -> Microsoft.Extensions.Logging.Abstractions[0xe4533fc0]: 4
01-15 09:59:58.088 D/Mono    (26391): Loading reference 5 of Microsoft.AspNetCore.SignalR.Client.Core.dll asmctx DEFAULT, looking for Microsoft.AspNetCore.Connections.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.088 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Client.Core[0xe4533ba0] -> Microsoft.AspNetCore.Connections.Abstractions[0xe4533a20]: 4
01-15 09:59:58.178 D/Mono    (26391): Loading reference 6 of Microsoft.AspNetCore.Http.Connections.Client.dll asmctx DEFAULT, looking for Microsoft.Extensions.Options, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.178 D/Mono    (26391): Unloading image Microsoft.Extensions.Options.dll [0xc5827900].
01-15 09:59:58.179 D/Mono    (26391): Image addref Microsoft.Extensions.Options[0xc5705a00] (asmctx DEFAULT) -> Microsoft.Extensions.Options.dll[0xe4551400]: 8
01-15 09:59:58.179 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.Options.dll.config'.
01-15 09:59:58.179 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.Options/Microsoft.Extensions.Options.config'.
01-15 09:59:58.179 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.Http.Connections.Client[0xe4533a80] -> Microsoft.Extensions.Options[0xe45340e0]: 5
01-15 09:59:58.179 D/Mono    (26391): Loading reference 3 of Microsoft.AspNetCore.Http.Connections.Client.dll asmctx DEFAULT, looking for Microsoft.Extensions.Logging.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.180 D/Mono    (26391): Unloading image Microsoft.Extensions.Logging.Abstractions.dll [0xc5827900].
01-15 09:59:58.180 D/Mono    (26391): Image addref Microsoft.Extensions.Logging.Abstractions[0xc5705a00] (asmctx DEFAULT) -> Microsoft.Extensions.Logging.Abstractions.dll[0xe4550500]: 7
01-15 09:59:58.180 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.Logging.Abstractions.dll.config'.
01-15 09:59:58.180 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.Logging.Abstractions/Microsoft.Extensions.Logging.Abstractions.config'.
01-15 09:59:58.180 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.Http.Connections.Client[0xe4533a80] -> Microsoft.Extensions.Logging.Abstractions[0xe4533fc0]: 5
01-15 09:59:58.197 D/Mono    (26391): Loading reference 2 of Microsoft.AspNetCore.SignalR.Protocols.Json.dll asmctx DEFAULT, looking for System.Text.Json, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
01-15 09:59:58.197 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Protocols.Json[0xe4533cc0] -> System.Text.Json[0xe4535400]: 2
01-15 09:59:58.268 D/Mono    (26391): Loading reference 5 of Microsoft.AspNetCore.SignalR.Protocols.Json.dll asmctx DEFAULT, looking for Microsoft.AspNetCore.Connections.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60Loaded assembly: System.Memory.dll [External]

01-15 09:59:58.268 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Protocols.Json[0xe4533cc0] -> Microsoft.AspNetCore.Connections.Abstractions[0xe4533a20]: 5
01-15 09:59:58.268 D/Mono    (26391): Loading reference 4 of Microsoft.AspNetCore.SignalR.Common.dll asmctx DEFAULT, looking for Microsoft.AspNetCore.Connections.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.268 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Common[0xe4533c60] -> Microsoft.AspNetCore.Connections.Abstractions[0xe4533a20]: 6
01-15 09:59:58.268 D/Mono    (26391): Loading reference 3 of Microsoft.AspNetCore.SignalR.Protocols.Json.dll asmctx DEFAULT, looking for System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
01-15 09:59:58.269 D/Mono    (26391): Image addref System.Memory[0xc4b2e7e0] (asmctx DEFAULT) -> System.Memory.dll[0xc5829200]: 2
01-15 09:59:58.269 D/Mono    (26391): Prepared to set up assembly 'System.Memory' (System.Memory.dll)
01-15 09:59:58.269 D/Mono    (26391): Assembly System.Memory[0xc4b2e7e0] added to domain RootDomain, ref_count=1
01-15 09:59:58.271 D/Mono    (26391): AOT: image 'System.Memory.dll.so' not found: dlopen failed: library "System.Memory.dll.so" not found
01-15 09:59:58.271 D/Mono    (26391): AOT: image '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/lib/mono/aot-cache/arm/System.Memory.dll.so' not found: (null)Loaded assembly: System.Buffers.dll [External]

01-15 09:59:58.272 D/Mono    (26391): Config attempting to parse: 'System.Memory.dll.config'.
01-15 09:59:58.272 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/System.Memory/System.Memory.config'.
01-15 09:59:58.272 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Protocols.Json[0xe4533cc0] -> System.Memory[0xc4b2e7e0]: 2
01-15 09:59:58.272 D/Mono    (26391): Loading reference 0 of System.Memory.dll asmctx DEFAULT, looking for mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
01-15 09:59:58.272 D/Mono    (26391): Assembly Ref addref System.Memory[0xc4b2e7e0] -> mscorlib[0xe4533300]: 99
01-15 09:59:58.272 D/Mono    (26391): Loading reference 2 of Microsoft.AspNetCore.SignalR.Common.dll asmctx DEFAULT, looking for System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
01-15 09:59:58.273 D/Mono    (26391): Unloading image System.Memory.dll [0xc5828300].
01-15 09:59:58.273 D/Mono    (26391): Image addref System.Memory[0xc88f9bc0] (asmctx DEFAULT) -> System.Memory.dll[0xc5829200]: 5
01-15 09:59:58.273 D/Mono    (26391): Config attempting to parse: 'System.Memory.dll.config'.
01-15 09:59:58.273 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/System.Memory/System.Memory.config'.
01-15 09:59:58.273 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Common[0xe4533c60] -> System.Memory[0xc4b2e7e0]: 3
01-15 09:59:58.292 D/Mono    (26391): Loading reference 7 of Microsoft.AspNetCore.SignalR.Protocols.Json.dll asmctx DEFAULT, looking for System.Text.Encodings.Web, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
01-15 09:59:58.293 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Protocols.Json[0xe4533cc0] -> System.Text.Encodings.Web[0xe45353a0]: 2
01-15 09:59:58.293 D/Mono    (26391): Loading reference 2 of System.Text.Json.dll asmctx DEFAULT, looking for System.Text.Encodings.Web, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
01-15 09:59:58.293 D/Mono    (26391): Assembly Ref addref System.Text.Json[0xe4535400] -> System.Text.Encodings.Web[0xe45353a0]: 3
01-15 09:59:58.295 D/Mono    (26391): Loading reference 1 of System.Text.Json.dll asmctx DEFAULT, looking for System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
01-15 09:59:58.296 D/Mono    (26391): Unloading image System.Memory.dll [0xc5828300].
01-15 09:59:58.296 D/Mono    (26391): Image addref System.Memory[0xc4b2e660] (asmctx DEFAULT) -> System.Memory.dll[0xc5829200]: 6
01-15 09:59:58.296 D/Mono    (26391): Config attempting to parse: 'System.Memory.dll.config'.
01-15 09:59:58.296 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/System.Memory/System.Memory.config'.
01-15 09:59:58.296 D/Mono    (26391): Assembly Ref addref System.Text.Json[0xe4535400] -> System.Memory[0xc4b2e7e0]: 4
01-15 09:59:58.299 D/Mono    (26391): Loading reference 6 of System.Text.Json.dll asmctx DEFAULT, looking for System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
01-15 09:59:58.300 D/Mono    (26391): Image addref System.Buffers[0xc4b2e660] (asmctx DEFAULT) -> System.Buffers.dll[0xc5827e00]: 2
01-15 09:59:58.300 D/Mono    (26391): Prepared to set up assembly 'System.Buffers' (System.Buffers.dll)
01-15 09:59:58.300 D/Mono    (26391): Assembly System.Buffers[0xc4b2e660] added to domain RootDomain, ref_count=1
01-15 09:59:58.303 D/Mono    (26391): AOT: image 'System.Buffers.dll.so' not found: dlopen failed: library "System.Buffers.dll.so" not found
01-15 09:59:58.303 D/Mono    (26391): AOT: image '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/lib/mono/aot-cache/arm/System.Buffers.dll.so' not found: (null)
01-15 09:59:58.303 D/Mono    (26391): Config attempting to parse: 'System.Buffers.dll.config'.
01-15 09:59:58.303 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/System.Buffers/System.Buffers.config'.
01-15 09:59:58.303 D/Mono    (26391): Assembly Ref addref System.Text.Json[0xe4535400] -> System.Buffers[0xc4b2e660]: 2
01-15 09:59:58.303 D/Mono    (26391): Loading reference 0 of System.Buffers.dll asmctx DEFAULT, looking for mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
01-15 09:59:58.303 D/Mono    (26391): Assembly Ref addref System.Buffers[0xc4b2e660] -> mscorlib[0xe4533300]: 100
01-15 09:59:58.359 D/Mono    (26391): Loading reference 5 of System.Text.Json.dll asmctx DEFAULT, looking for Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
01-15 09:59:58.359 D/Mono    (26391): Assembly Ref addref System.Text.Json[0xe4535400] -> Microsoft.Bcl.AsyncInterfaces[0xe4533d80]: 2
01-15 09:59:58.400 D/Mono    (26391): Loading reference 2 of Microsoft.Extensions.Options.dll asmctx DEFAULT, looking for Microsoft.Extensions.Primitives, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.400 D/Mono    (26391): Unloading image Microsoft.Extensions.Primitives.dll [0xc5829c00].
01-15 09:59:58.401 D/Mono    (26391): Image addref Microsoft.Extensions.Primitives[0xc4b2f7a0] (asmctx DEFAULT) -> Microsoft.Extensions.Primitives.dll[0xe4551900]: 5
01-15 09:59:58.401 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.Primitives.dll.config'.
01-15 09:59:58.401 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.Primitives/Microsoft.Extensions.Primitives.config'.
01-15 09:59:58.401 D/Mono    (26391): Assembly Ref addref Microsoft.Extensions.Options[0xe45340e0] -> Microsoft.Extensions.Primitives[0xe4534140]: 2
01-15 09:59:58.440 D/Mono    (26391): Loading reference 5 of Microsoft.AspNetCore.Http.Connections.Client.dll asmctx DEFAULT, looking for Microsoft.AspNetCore.Http.Connections.Common, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.440 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.Http.Connections.Client[0xe4533a80] -> Microsoft.AspNetCore.Http.Connections.Common[0xe4533ae0]: 3
01-15 09:59:58.457 D/Mono    (26391): Loading reference 3 of Microsoft.AspNetCore.SignalR.Client.Core.dll asmctx DEFAULT, looking for Microsoft.Extensions.Logging.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
01-15 09:59:58.458 D/Mono    (26391): Unloading image Microsoft.Extensions.Logging.Abstractions.dll [0xc582a100].
01-15 09:59:58.458 D/Mono    (26391): Image addref Microsoft.Extensions.Logging.Abstractions[0xc4b2fa40] (asmctx DEFAULT) -> Microsoft.Extensions.Logging.Abstractions.dll[0xe4550500]: 8
01-15 09:59:58.458 D/Mono    (26391): Config attempting to parse: 'Microsoft.Extensions.Logging.Abstractions.dll.config'.
01-15 09:59:58.458 D/Mono    (26391): Config attempting to parse: '/Users/builder/jenkins/workspace/archive-mono/2019-08/android/release/sdks/out/android-armeabi-v7a-release/etc/mono/assemblies/Microsoft.Extensions.Logging.Abstractions/Microsoft.Extensions.Logging.Abstractions.config'.
01-15 09:59:58.458 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Client.Core[0xe4533ba0] -> Microsoft.Extensions.Logging.Abstractions[0xe4533fc0]: 6
01-15 09:59:58.458 D/Mono    (26391): Loading reference 2 of Microsoft.AspNetCore.SignalR.Client.Core.dll asmctx DEFAULT, looking for System.Threading.Channels, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
01-15 09:59:58.459 D/Mono    (26391): Assembly Ref addref Microsoft.AspNetCore.SignalR.Client.Core[0xe4533ba0] -> System.Threading.Channels[0xe4535460]: 2

this is client logs?

@ghost ghost added Needs: Attention 👋 This issue needs the attention of a contributor, typically because the OP has provided an update. and removed Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. labels Jan 15, 2020
@BrennanConroy
Copy link
Member

Unfortunately those are not client logs. The logs should look something like:

dbug: Microsoft.AspNetCore.SignalR.Client.HubConnection[41]
      Starting HubConnection.
dbug: Microsoft.AspNetCore.Http.Connections.Client.HttpConnection[1]
      Starting HttpConnection.
dbug: Microsoft.AspNetCore.Http.Connections.Client.HttpConnection[8]
      Establishing connection with server at 'http://localhost:5000/default'.
dbug: Microsoft.AspNetCore.Http.Connections.Client.HttpConnection[9]
      Established connection 'FeLQAGgQOeJCtz2f7akQ3g' with the server.
dbug: Microsoft.AspNetCore.Http.Connections.Client.HttpConnection[7]
      Starting transport 'WebSockets' with Url: http://localhost:5000/default?id=FeLQAGgQOeJCtz2f7akQ3g.
info: Microsoft.AspNetCore.Http.Connections.Client.Internal.WebSocketsTransport[1]
      Starting transport. Transfer mode: Text. Url: 'ws://localhost:5000/default?id=FeLQAGgQOeJCtz2f7akQ3g'.
dbug: Microsoft.AspNetCore.Http.Connections.Client.Internal.WebSocketsTransport[19]
      Started transport.
dbug: Microsoft.AspNetCore.Http.Connections.Client.HttpConnection[18]
      Transport 'WebSockets' started.
info: Microsoft.AspNetCore.Http.Connections.Client.HttpConnection[3]
      HttpConnection Started.
info: Microsoft.AspNetCore.SignalR.Client.HubConnection[24]
      Using HubProtocol 'json v1'.
dbug: Microsoft.AspNetCore.SignalR.Client.HubConnection[28]
      Sending Hub Handshake.
dbug: Microsoft.AspNetCore.Http.Connections.Client.Internal.WebSocketsTransport[13]
      Received message from application. Payload size: 32.
dbug: Microsoft.AspNetCore.Http.Connections.Client.Internal.WebSocketsTransport[12]
      Message received. Type: Text, size: 3, EndOfMessage: True.
dbug: Microsoft.AspNetCore.Http.Connections.Client.Internal.WebSocketsTransport[12]
      Message received. Type: Text, size: 60, EndOfMessage: True.
dbug: Microsoft.AspNetCore.SignalR.Client.HubConnection[39]
      Handshake with server complete.
dbug: Microsoft.AspNetCore.SignalR.Client.HubConnection[47]
      Receive loop starting.

Are you using VS? If so you'll need to configure the DebugLogger which is explained at https://docs.microsoft.com/aspnet/core/signalr/diagnostics?view=aspnetcore-3.1#debug-output-window-logging

@analogrelay analogrelay added Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. and removed Needs: Attention 👋 This issue needs the attention of a contributor, typically because the OP has provided an update. labels Jan 17, 2020
@ghost
Copy link

ghost commented Jan 21, 2020

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.

See our Issue Management Policies for more information.

@ghost ghost closed this as completed Jan 24, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Feb 23, 2020
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-signalr Includes: SignalR clients and servers Needs: Author Feedback The author of this issue needs to respond in order for us to continue investigating this issue. Status: No Recent Activity
Projects
None yet
Development

No branches or pull requests

4 participants