Skip to content

Commit

Permalink
Merge pull request #72 from UlfBj/master
Browse files Browse the repository at this point in the history
VISSv3 update
  • Loading branch information
UlfBj authored Jan 8, 2025
2 parents 29fd167 + 4cea565 commit 19c1e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/vissv2server/grpcMgr/testprocess/gRPCClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ var commandStr []string
func InitCommandStr() {
commandStr = make([]string, 4)

commandStr[0] = `{"action":"subscribe","path":"Vehicle","filter":[{"type":"paths","parameter":["Speed"]}, {"type":"timebased","parameter":{"period":"100"}}],"requestId":"285"}`
commandStr[1] = `{"action":"subscribe","path":"Vehicle","filter":[{"type":"paths","parameter":["Speed"]}, {"type":"timebased","parameter":{"period":"100"}}],"requestId":"286"}`
commandStr[0] = `{"action":"subscribe","path":"Vehicle","filter":[{"variant":"paths","parameter":["Speed"]}, {"variant":"timebased","parameter":{"period":"100"}}],"requestId":"285"}`
commandStr[1] = `{"action":"subscribe","path":"Vehicle","filter":[{"variant":"paths","parameter":["Speed"]}, {"variant":"timebased","parameter":{"period":"100"}}],"requestId":"286"}`
}

// grpc connection no tls
Expand Down

0 comments on commit 19c1e1f

Please sign in to comment.