Skip to content

Commit

Permalink
Fixed the delete hang issue futurewei-cloud#97, and repeat return issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmo96 committed Sep 2, 2022
1 parent 195e146 commit 60a7157
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/merak-network/grpc/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ func (s *Server) NetConfigHandler(ctx context.Context, in *pb.InternalNetConfigI
networkDeleteReturn <- vnetDeleteReturn
log.Printf("networkDeleteReturn: %s", vnetDeleteReturn)
}()
wg.Wait()
returnNetworkMessage.ReturnCode = common_pb.ReturnCode_OK
returnNetworkMessage.ReturnMessage = "NetworkHandler: OperationType_DELETE"
returnNetworkMessage := <-networkDeleteReturn
Expand Down

0 comments on commit 60a7157

Please sign in to comment.