mirror of
https://github.com/PretendoNetwork/friends.git
synced 2026-08-02 16:13:00 -05:00
listenGRPCServer -> startGRPCServer
This commit is contained in:
parent
8b1f750825
commit
fab5c19aef
|
|
@ -47,7 +47,7 @@ func (s *gRPCFriendsServer) SendUserNotificationWiiU(ctx context.Context, in *pb
|
|||
return &empty.Empty{}, nil
|
||||
}
|
||||
|
||||
func listenGRPCServer() {
|
||||
func startGRPCServer() {
|
||||
listener, err := net.Listen("tcp", ":50051")
|
||||
if err != nil {
|
||||
log.Fatalf("failed to listen: %v", err)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user