You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now a new HTTPClient object is created for each Beacon.send() call. given that usually the number of different server IDs is very limited (~3) and the monitor name is hardly ever changed, I suggest e.g. pooling of the HTTPClient objects.
The text was updated successfully, but these errors were encountered:
…-value-base-object to master
* commit '87d1304680c7da111363c125e04ee8019a4c28f6':
Minor styling fix found in the review
Implement the base class representing a JSON value
GitOrigin-RevId: 2a7fd081b34846da0e9c52ad492acf4a3134d634
right now a new HTTPClient object is created for each Beacon.send() call. given that usually the number of different server IDs is very limited (~3) and the monitor name is hardly ever changed, I suggest e.g. pooling of the HTTPClient objects.
The text was updated successfully, but these errors were encountered: