t := time.NewTicker(pingPeriod)
Maybe if you hold all of the connections in one array and create one timer for the ping, things would be faster.
Curious how this compares to netty...
t := time.NewTicker(pingPeriod)
Maybe if you hold all of the connections in one array and create one timer for the ping, things would be faster.
Curious how this compares to netty...