mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-16 19:14:41 -07:00
Add ready message after net.Listen succeeded
This commit is contained in:
@@ -190,6 +190,8 @@ func (s *Server) AcceptLoop() {
|
||||
return
|
||||
}
|
||||
|
||||
Logf("nats-server is ready")
|
||||
|
||||
// Setup state that can enable shutdown
|
||||
s.listener = l
|
||||
s.running = true
|
||||
|
||||
Reference in New Issue
Block a user