kdcllc/CometD.NetCore

AbstractClientSession Thread-Safe

brunoadamalves opened this issue · 1 comments

Hi guys,
Just to double-check the class AbstractClientSession, line 17, the list _extensions, any concern about using ArrayList.Synchronized?

@brunoadamalves yes this should be thread safe. I am including https://jonlabelle.com/snippets/view/csharp/generic-thread-safe-list with the next release