You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeloopstruct {
idxint// loop index in the server loops listpoll*internal.Poll// epoll or kqueuepacket []byte// read packet bufferfdconnsmap[int]*conn// loop connections fd -> conncountint32// connection count
}
why not use len(fdconns) instead of count?
The text was updated successfully, but these errors were encountered:
why not use
len(fdconns)
instead ofcount
?The text was updated successfully, but these errors were encountered: