uNetworking / uWebSockets.js

μWebSockets for Node.js back-ends :metal:
Apache License 2.0
7.86k stars 569 forks source link

closeOnBackpressureLimit not in TS Docs #717

Closed DakotaLarson closed 1 year ago

DakotaLarson commented 2 years ago

In the interface WebSocketBehavior, closeOnBackpressureLimit is not detailed as an option, however, it is referenced as a controlling option.

Should the option be present in this interface? I had to ignore a TS error when trying to enable the behavior.

image

e3dio commented 2 years ago

Needs to be added can you open PR