signalr
signalr copied to clipboard
SignalR server and client in go
Hello, I have encountered the following CORS problem, how can I deal with it? Thank you 
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...
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...
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.