I was searching on DevHub “again” and after a bit of surf on the net I fount “Close” function under “ServiceProvider” but I have no idea what it does or what is the case of use.
:BindToClose() fires when the server shuts down while close fires when the client leaves, so they definitely don’t do the same thing in terms of functionality.
Hmm… BindToClose waits 30 seconds for processes to finish up before it closes the entire client connection. That might be the difference. Might be more, not sure about them.