frontend: Quit method executed multiple times (#4768)
The current protocol and mysql access code, designed to be confusing, will lead to multiple calls to Quit, here the use of sync.Once also just to solve the problem of multiple closures, the code needs to be refactored Approved by: @sukki37, @daviszhen
Please register or sign in to comment