working workers in browser
This commit is contained in:
parent
56116aea2a
commit
715f79c9c0
13 changed files with 343 additions and 28 deletions
2
main.go
2
main.go
|
|
@ -42,7 +42,7 @@ func main() {
|
|||
server := NewMemRaylet()
|
||||
ray_rpc.RegisterRayletDriverServer(s, server)
|
||||
ray_rpc.RegisterRayletWorkerConnectionServer(s, server)
|
||||
go runHttp(fmt.Sprintf(":%d", *httpPort), *webRoot, server)
|
||||
go runHttp(fmt.Sprintf("0.0.0.0:%d", *httpPort), *webRoot, server)
|
||||
|
||||
// Serve gRPC Server
|
||||
fmt.Println("Serving gRPC on https://", addr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue