DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Node.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Node.js
Why might a WebSocket server's memory grow steadily even if the number of CONCURRENTLY connected clients stays constant?
A
This is always normal and expected
B
If disconnected clients' entries are never removed from a tracking Map/cache, every connection EVER made accumulates, not just current ones
C
WebSocket connections always leak memory by design
D
This only happens with HTTP, not WebSockets
Check Answer