Skip to content

Conversation

@HermanSchoenfeld
Copy link
Contributor

No description provided.

@HermanSchoenfeld HermanSchoenfeld changed the title Fix memory leaks Fix memory leaks, support "default_background" color and "custom_emoji" page icon Nov 11, 2024
private void EnsureHttpClient()
private HttpClient GetHttpClient()
{
if (_httpClient != null)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HermanSchoenfeld This will create a new instance of HttpClient for each request. HttpClient instances are meant to be long-lived, and reused throughout the lifetime of the application

@KoditkarVedant
Copy link
Contributor

Stale PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants