Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SocketCluster/socketcluster
/ applyBackpressure
Method
applyBackpressure
app/public/socketcluster-client.js:8641–8643 ·
view source on GitHub ↗
(packet)
Source
from the content-addressed store, hash-verified
8639
}
8640
8641
applyBackpressure(packet) {
8642
this._backpressure++;
8643
}
8644
8645
releaseBackpressure(packet) {
8646
this._backpressure--;
Callers
1
write
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected