More changes
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 26s
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 26s
This commit is contained in:
@ -269,7 +269,7 @@ func (c *Client) execute(requestUrl string, method string, params map[string]str
|
||||
}
|
||||
|
||||
if r, ok := c.parseResponse(resBytes); ok {
|
||||
c.logger.Debug("parsed http request output", "request", "HTTP POLLING", "data", r.Data)
|
||||
c.logger.Debug("parsed http request output", "data", r.Data)
|
||||
|
||||
if r.DataName == "remoteServiceStatus" {
|
||||
var sr ServiceRequest
|
||||
|
Reference in New Issue
Block a user