Merge pull request #16250 from gluk256/317-fatalf
whisper: refactoring go-routines workflow Move the call mailServer.Init() down (to the bottom of the function) because if the function initialize() completes successfully, then it will be followed by mailServer.Close() in shutdown(). The workflow of the corresponding goroutines is clearer now.
No related branches found
No related tags found
Loading
Please register or sign in to comment