-
Notifications
You must be signed in to change notification settings - Fork 386
Handle an uninitialised appender #900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There may be some subtle memory model issues here - not sure. The OnClose could probably just use _logUploader?.Close()
- but in general I'm fine with this.
}; | ||
appender = null; | ||
// This should not cause an error on AppenderSkeleton finalization. | ||
GC.Collect(); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Source-Link: googleapis/googleapis@3820562 Source-Link: googleapis/googleapis-gen@a2cd2c3 Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29tcHV0ZS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiYTJjZDJjM2JhY2JmOWFlY2Y3ZGQxZjg4NDUwYTZhMTQ1N2UyNDM4YSJ9
Source-Link: googleapis/googleapis@3820562 Source-Link: googleapis/googleapis-gen@a2cd2c3 Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29tcHV0ZS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiYTJjZDJjM2JhY2JmOWFlY2Y3ZGQxZjg4NDUwYTZhMTQ1N2UyNDM4YSJ9
Source-Link: googleapis/googleapis@3820562 Source-Link: googleapis/googleapis-gen@a2cd2c3 Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29tcHV0ZS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiYTJjZDJjM2JhY2JmOWFlY2Y3ZGQxZjg4NDUwYTZhMTQ1N2UyNDM4YSJ9
Source-Link: googleapis/googleapis@3820562 Source-Link: googleapis/googleapis-gen@a2cd2c3 Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29tcHV0ZS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiYTJjZDJjM2JhY2JmOWFlY2Y3ZGQxZjg4NDUwYTZhMTQ1N2UyNDM4YSJ9
Changes in this release: ### New features - Update Compute Engine API to revision 20240430 ([issue 900](#900)) ([commit 95da052](95da052)) - Update Compute Engine API to revision 20240421 ([issue 899](#899)) ([commit cc0431c](cc0431c)) - Update Compute Engine API to revision 20240407 ([issue 890](#890)) ([commit ee6c6f0](ee6c6f0)) - Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](022fab2))
Updates #893