mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-02 11:56:53 +00:00
bug repair when high concurrent
This commit is contained in:
@@ -12,6 +12,11 @@ import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
type Service interface {
|
||||
Start() error
|
||||
Close() error
|
||||
}
|
||||
|
||||
//server base struct
|
||||
type server struct {
|
||||
id int
|
||||
|
Reference in New Issue
Block a user