At the same time we see
Category: CometD.NetCore.Salesforce.ResilientStreamingClient
EventId: 0
System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Net.CookieCollection.IndexOf(Cookie cookie)
at CometD.NetCore.Client.Transport.LongPollingTransport.GetResponseCallback(IAsyncResult asynchronousResult) in C:\projects\cometd-netcore\src\CometD.NetCore\Client\Transport\LongPollingTransport.cs:line 29
This occurs every hour in our logs and there are times where we stop seeing any platform events from Salesforce. Once we restart our Azure API APP which is running this code then we begin to see platform events published by Salesforce again.
Thoughts?