Skip to content
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

LogReceiverWebServiceTarget is leaking communication channels #1547

Merged
merged 2 commits into from
Jul 19, 2016
Merged

LogReceiverWebServiceTarget is leaking communication channels #1547

merged 2 commits into from
Jul 19, 2016

Conversation

MartinTherriault
Copy link
Contributor

After sending log messages over the communication channel, a completion event is raised to close the communication channel. In this event handler the "sender" parameter is cast to the wrong type hence the channel never get closed until the "receive timeout" expire (from the WCF binding, default to 10 minutes)

MartinTherriault added 2 commits July 19, 2016 11:43
…e communication channel was never closed until the receive timeout expired
@codecov-io
Copy link

Current coverage is 76%

Merging #1547 into master will increase coverage by <1%

@@             master      #1547   diff @@
==========================================
  Files           269        269          
  Lines         16260      16266     +6   
  Methods        2604       2604          
  Messages          0          0          
  Branches       1770       1770          
==========================================
+ Hits          12366      12371     +5   
- Misses         3495       3496     +1   
  Partials        399        399          

Sunburst

Powered by Codecov. Last updated by 72bfc70...0fb4250

@304NotModified 304NotModified added this to the 4.3.6 milestone Jul 19, 2016
@304NotModified 304NotModified added the bug Bug report / Bug fix label Jul 19, 2016
@304NotModified
Copy link
Member

Thanks for the PR!

@304NotModified 304NotModified merged commit 698ca65 into NLog:master Jul 19, 2016
@304NotModified
Copy link
Member

It's online!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report / Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants