Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start to use ConcurrentHashMap in order to avoid ConcurrentModificationException #330

Merged
merged 2 commits into from
May 11, 2018

Conversation

claudiopastorini
Copy link
Contributor

This solves #329 .

@codecov-io
Copy link

Codecov Report

Merging #330 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #330   +/-   ##
=======================================
  Coverage    6.68%    6.68%           
=======================================
  Files        5114     5114           
  Lines      198432   198432           
  Branches    47402    47402           
=======================================
  Hits        13267    13267           
  Misses     184036   184036           
  Partials     1129     1129
Impacted Files Coverage Δ
...zonaws/mobileconnectors/iot/AWSIotMqttManager.java 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c5067e0...ca037ab. Read the comment docs.

@mutablealligator mutablealligator added iot Issues with the AWS Android SDK for Internet of Things (IoT) investigating labels Sep 20, 2017
@minbi
Copy link
Contributor

minbi commented Mar 2, 2018

This looks good to me. We will merge at next available opportunity

@minbi minbi merged commit 48fab9e into aws-amplify:master May 11, 2018
sunchunqiang pushed a commit that referenced this pull request Mar 5, 2019
Start to use ConcurrentHashMap in order to avoid ConcurrentModificationException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iot Issues with the AWS Android SDK for Internet of Things (IoT)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants