Skip to content

Commit

Permalink
feat: add openim docker
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
  • Loading branch information
cubxxw committed Dec 14, 2023
1 parent d8838ee commit a42a44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 139 deletions.
139 changes: 0 additions & 139 deletions .github/workflows/build-openim-web-image.yml

This file was deleted.

2 changes: 2 additions & 0 deletions pkg/common/discoveryregister/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,13 @@ func (cli *K8sDR) CloseConn(conn *grpc.ClientConn) {
// do not use this method for call rpc
func (cli *K8sDR) GetClientLocalConns() map[string][]*grpc.ClientConn {
fmt.Println("should not call this function!!!!!!!!!!!!!!!!!!!!!!!!!")

return nil
}

// Close closes the K8sDR client.
func (cli *K8sDR) Close() {

// Close any open resources here (if applicable)
return
}

0 comments on commit a42a44e

Please sign in to comment.