Hi,
From what I gather in the code (unless I miss something), Tweetinvi.Logic.Exceptions.ExceptionHandler is a singleton - owned by the static Tweetinvi.ExceptionHandler.
In the AddWebException, there is this line:
As a collateral note, _getExceptionInfos keeps growing - which is not desireable for the case where this is used in a server application.
Thank you very much,
C
From what I gather in the code (unless I miss something), Tweetinvi.Logic.Exceptions.ExceptionHandler is a singleton - owned by the static Tweetinvi.ExceptionHandler.
In the AddWebException, there is this line:
_getExceptionInfos.Add(twitterException);
Isn't this unsafe as far as concurrency is concerned, then?As a collateral note, _getExceptionInfos keeps growing - which is not desireable for the case where this is used in a server application.
Thank you very much,
C