Skip to content

Commit 2685af8

Browse files
committed
Resolves #1
1 parent 8f40f9f commit 2685af8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/Xer.Messaginator.Extensions.MessageSources.Http/HttpMessageSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ internal HttpMessageSource(string url,
133133
/// </summary>
134134
public void Dispose()
135135
{
136-
_host.Dispose();
136+
_host?.Dispose();
137137
}
138138

139139
/// <summary>

0 commit comments

Comments
 (0)