Skip to content

Commit fd3fc67

Browse files
committed
chore: remove comment
1 parent 24a4bba commit fd3fc67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ func (s *MCPServer) sendNotificationToAllClients(
226226
},
227227
}
228228

229-
// Use a read lock on sessionsMu to ensure sessions map safety
230229
s.sessions.Range(func(k, v any) bool {
231230
if session, ok := v.(ClientSession); ok && session.Initialized() {
232231
select {

0 commit comments

Comments
 (0)