philippseith / signalr

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

Fix client example in README.md #154

Closed Eerosal closed 1 year ago

Eerosal commented 1 year ago

It seems that the old version of NewClient included the connection as the second argument, but it is now passed via WithConnection option.