Skip to content

replace creation of new HTTPClient objects for each Beacon.send() (e.g. by pooling HTTPClient objects) #3

@christian-schwarzbauer

Description

@christian-schwarzbauer

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions