Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
junbeomlee authored Sep 21, 2018
1 parent fa30488 commit 20811da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func (s *Server) OnError(handler OnErrorHandler) {

func (s *Server) Listen(ip string) {

lis, err := net.Listen("tcp", ip)
lis, _ := net.Listen("tcp", ip)
defer lis.Close()

g := grpc.NewServer()
Expand Down

0 comments on commit 20811da

Please sign in to comment.