Missing SignalR Documentation

HI all,

I’m trying to get SignalR working for my Java app. I’m using a library provided by Microsoft. I only have the JavaScript example from the Unified API blog post. Is there any kind of full documentation for the TfL SignalR client on what kind of parameters it expects. The Java library works very differently to the JavaScript counterpart.

Thanks

@nathanodong

I must admit that I ran into the same problems when I tried to use the Javascript library. There is some documentation for it here - Get started with ASP.NET Core SignalR | Microsoft Learn

Do you can/you use Visual Studio? I use it for some old vb.net projects, but it didn’t really help me get a deployable project.

So I found a little bit more documentation and help on how to use the Java library. Unfortunately it’s only compatible with a newer version of the SignalR server (ASP.NET Core 2.2 and later). This is a huge shame to be honest.

Agreed. It not handy that it works with such a limited subset of possible connections.