When the backend stops, the main goroutine stops abruptly, causing the whole program to stop abruptly. This poses a problem if there are other goroutines running. There should be an Application.Stop behavior which stops the application and blocks until it has completely stopped. Nasin can call this behavior after the backend exits to ensure the application is properly shut down.
When the backend stops, the main goroutine stops abruptly, causing the whole program to stop abruptly. This poses a problem if there are other goroutines running. There should be an Application.Stop behavior which stops the application and blocks until it has completely stopped. Nasin can call this behavior after the backend exits to ensure the application is properly shut down.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When the backend stops, the main goroutine stops abruptly, causing the whole program to stop abruptly. This poses a problem if there are other goroutines running. There should be an Application.Stop behavior which stops the application and blocks until it has completely stopped. Nasin can call this behavior after the backend exits to ensure the application is properly shut down.