Getting started General
Components
Forms
Trends
Utilities
Plugins Sass Migrate from v1
  Join us

WebSockets Articles

Why Websocket objects aren't destroyed when out of scope in javascript ? recommended article

Why Websocket objects aren't destroyed when out of scope in javascript ?

Discover why WebSocket objects stay in memory after going out of scope. Learn how event listeners prevent garbage collection and how to properly clean up WebSocket connections.

Read article