Skip to content

Commit

Permalink
Fill in endpoint to allow the client to connect
Browse files Browse the repository at this point in the history
  • Loading branch information
bitomaxsp committed May 22, 2023
1 parent f4e2daf commit 264533b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/subscribe/subscribe.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func main() {
if ep == nil {
log.Fatal("Failed to find suitable endpoint")
}
ep.EndpointURL = *endpoint

fmt.Println("*", ep.SecurityPolicyURI, ep.SecurityMode)

Expand Down

0 comments on commit 264533b

Please sign in to comment.