philippseith / signalr

SignalR server and client in go
MIT License
131 stars 39 forks source link

Support for "old" servers #194

Closed sruehl closed 7 months ago

sruehl commented 8 months ago

I have a server which responds with the old format (https://github.com/SignalR/SignalR) for negotation which looks like what can be found here: https://github.com/alexjorgef/signalr/blob/main/client.go#L14

I wonder what is necessary to make this lib (https://github.com/philippseith/signalr) support older servers too. This is the root case for https://github.com/philippseith/signalr/issues/193

philippseith commented 7 months ago

I don't guess this will work.