Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need grpc network custom support #3259

Closed
xbingW opened this issue Jan 11, 2024 · 0 comments
Closed

Need grpc network custom support #3259

xbingW opened this issue Jan 11, 2024 · 0 comments

Comments

@xbingW
Copy link

xbingW commented Jan 11, 2024

github.com/gogf/gf/contrib/rpc/grpcx/[email protected]/grpcx_grpc_server.go:105

// Create listener to bind listening ip and port.
	s.listener, err = net.Listen("tcp", s.config.Address)
	if err != nil {
		s.Logger().Fatalf(ctx, `%+v`, err)
	}

Need support other network like unix.

@xbingW xbingW added the feature label Jan 11, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant