Skip to content
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

Support for SignalR C++ client: "aren't currently supported and may never be". #6980

Closed
stukselbax opened this issue Jan 24, 2019 · 3 comments
Labels
area-signalr Includes: SignalR clients and servers
Milestone

Comments

@stukselbax
Copy link

What to do with old C++ clients that used ASP.NET SignalR client?

We have a C++ application which communicates with ASP.NET SignalR server. We are in phase of migrating our server solutions to AspNetCore, and one of issue is that the state of C++ client isn't clear.

On docs:

The following clients are available but are experimental or unofficial. They aren't currently supported and may never be.
C++ client

On github:

There are no plans to ship this client at this time.

It would be great if the cpp client will be officially supported by AspNetCore team. Actually we didn't grab and try current C++ client code due to above reason.

As for now we have to support both ASP.NET SignalR and new AspNetCore SignalR servers.

@mikaelm12
Copy link
Contributor

We currently have the ASP.NET Core SignalR C++ client as part of our 3.0 milestone #5301. 👍

@mikaelm12 mikaelm12 added the area-signalr Includes: SignalR clients and servers label Jan 24, 2019
@bradygaster bradygaster added this to the Discussions milestone Jan 24, 2019
@bradygaster
Copy link
Member

Reiterating what @mikaelm12 said - it is our goal to ship this soon. if you need more info let us know, for now i will close this as we've discussed our plans.

@wegylexy
Copy link
Contributor

I think the C++ client is getting a wrong connection_id. It doesn't match with the one server side. The server one seems correct.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 3, 2019
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
Projects
None yet
Development

No branches or pull requests

4 participants