centrifugal / centrifuge

Real-time messaging library for Go. The simplest way to add feature-rich and scalable WebSocket support to your application. The core of Centrifugo server.
https://pkg.go.dev/github.com/centrifugal/centrifuge
MIT License
1.1k stars 93 forks source link

Fix codecov integration #382

Closed FZambia closed 6 months ago

FZambia commented 6 months ago

Plus a minor code cleanup: no need to check if !serverSide because it's already underif !serverSide block.