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
Store installationTokens in a ConcurrentHashMap (#195)
Hopefully this is sufficient to make `GitHubClient` thread-safe.
No other usages of `HashMap` or `ArrayList` were found, except for
`Languages` which is a return structure, so is less
necessary to be thread-safe.
0 commit comments