shelf icon indicating copy to clipboard operation
shelf copied to clipboard

How to cancel all incoming requests?

Open Tienisto opened this issue 2 years ago • 0 comments

I want to allow the user to cancel the incoming request. Is there a way to achieve this?

I tried to restart the server using httpServer.close(force: true); but the port is still binded after this operation.

Tienisto avatar Dec 27 '22 02:12 Tienisto