我的rails在服务器A中,我创建了一个安装了Go-lang的单独服务器我的目标是将Anycable-Go与Rails一起使用,但在单独的服务器中。我真的无法在谷歌中找到任何明确的解释如何做到这一点,但来自doc我在“Go”服务器中尝试了以下操作:goget-u-fgithub.com/anycable/anycable-go/cmd/anycable-go然后anycable-go--rpc_host=0.0.0.0:50051--headers=cookie,x-api-token\--redis_url=redis://{my_redis_username}:{my_redis_
我的rails在服务器A中,我创建了一个安装了Go-lang的单独服务器我的目标是将Anycable-Go与Rails一起使用,但在单独的服务器中。我真的无法在谷歌中找到任何明确的解释如何做到这一点,但来自doc我在“Go”服务器中尝试了以下操作:goget-u-fgithub.com/anycable/anycable-go/cmd/anycable-go然后anycable-go--rpc_host=0.0.0.0:50051--headers=cookie,x-api-token\--redis_url=redis://{my_redis_username}:{my_redis_
我正在尝试在需要与GO服务器通信的Rails5.2应用程序中配置Anycable。这是我在Rails中的anycable配置:default:&defaultrpc_host:"localhost:50051"log_grpc:falselog_file:nildebug:false#ShortcuttoenableGRPClogginganddebuglevellog_level:inforedis_channel:"__anycable__"redis_sentinels:[]production:并且anycable服务器在localhost:3334中运行(使用默认设置。)但是