signalr icon indicating copy to clipboard operation
signalr copied to clipboard

SignalR server and client in go

Results 5 signalr issues
Sort by recently updated
recently updated
newest added

Hello, I have encountered the following CORS problem, how can I deal with it? Thank you ![image](https://user-images.githubusercontent.com/19661909/175199903-efe382b3-66f8-42a9-a9c4-473319d88c3f.png)

Callback handlers in the client should not only be possible with public methods in a class given by the Receiver option, but also by passing single handler functions ```go action...

enhancement

Currently it is only possible to use one hub instance for all connections or one hub instance per method call. It should be possible to have a 1:1 assignment between...

enhancement

I'm trying to implement a client to connect with a 3rd party signalr server. This is the response from `.../negotiate`: ```json { "Url": "/_signalr/_apis/***/signalr", "ConnectionToken": "***", "KeepAliveTimeout": 40.0, "DisconnectTimeout": 60.0,...

Add `ReceiveFunc` for client, use method map in base receiver, to support the methods that cannot be named in Go.