Skip to content

Commit

Permalink
Update README.md (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia authored Nov 25, 2023
1 parent 9476a84 commit 70df438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func main() {
// This handler should not block – so do minimal work here, set required
// connection event handlers and return.
node.OnConnect(func(client *centrifuge.Client) {
// In our example transport will always be Websocket but it can also be SockJS.
// In our example transport will always be Websocket but it can be different.
transportName := client.Transport().Name()
// In our example clients connect with JSON protocol but it can also be Protobuf.
transportProto := client.Transport().Protocol()
Expand Down

0 comments on commit 70df438

Please sign in to comment.