You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: