You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks! Another question. Instead of calling just proc_terminate() in the shutdown function, would calling stopServer() make sense to ensure it all get shut down properly in each case?
I haven't experienced any issues, just wondering about the different shutdown approaches.
Out of curiosity, is it required to register a shutdown function to terminate the resource in addition to the
stopServer()
call in__desctruct()
?The text was updated successfully, but these errors were encountered: