kdcllc / CometD.NetCore

CometD for use with Salesforce Platform Events
MIT License
28 stars 16 forks source link

Injecting debug logger instead of hard-coding it #2

Closed martin-podlubny closed 5 years ago

martin-podlubny commented 5 years ago

The hardcoded logger for LongPollingTransport caught me by surprise, so I'm removing it here. Providing a constructor overload to inject it instead.

Props to kdcllc for the awesome work in the first place, made my life simple!

kdcllc commented 5 years ago

@martin-podlubny, thanks for the fix. Nuget package is updated.