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

NullReferenceException when 'formatter' parameter not specified in TcpEventSink #11

Open
rahulbhansali2111 opened this issue Jun 3, 2015 · 2 comments

Comments

@rahulbhansali2111
Copy link

The constructor for the TcpEventSink class indicates that the IEventTextFormatter formatter parameter is optional. However, it is not set anywhere in the code and it throws a null reference exception in the OnNext() where you use the formatter to write the event.

@shakeelmohamed
Copy link
Contributor

Hi @rahulbhansali2111 this definitely looks like a bug. We will look into it, thanks for letting us know!

@glennblock
Copy link
Contributor

That was fast @rahulbhansali2111, thanks!

shakeelmohamed pushed a commit that referenced this issue Sep 22, 2015
…cat from bugfix/DVPL-6386-warning-msb3277-during-.net-logging to develop

* commit '57ced77ee992fa142dd0bf4133f2141a0a69fbeb':
  HTTP Input SDK - fix build warnings
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

No branches or pull requests

3 participants