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

ConcurrentModificationException in RakNetSession #63

Closed
whirvis opened this issue Oct 6, 2017 · 1 comment
Closed

ConcurrentModificationException in RakNetSession #63

whirvis opened this issue Oct 6, 2017 · 1 comment
Labels
Bug A JRakNet bug. v2.0 An issue relating to the second version of JRakNet

Comments

@whirvis
Copy link
Owner

whirvis commented Oct 6, 2017

The ackReceiptPackets do not have any synchronized blocks around them and also are using the remove function when looping through them when using the keySet and get functions.

@whirvis whirvis added Bug A JRakNet bug. Known Fix labels Oct 6, 2017
whirvis added a commit that referenced this issue Oct 8, 2017
I've changed the listener system in this version so now servers and
clients can have multipler listeners instead of just a set single
listener along with fixing issues #61 and #63. I have bumped the pom
version to 2.8.0.
@whirvis
Copy link
Owner Author

whirvis commented Oct 8, 2017

Fixed in v2.8.0

@whirvis whirvis closed this as completed Oct 8, 2017
whirvis added a commit that referenced this issue Nov 6, 2019
I've changed the listener system in this version so now servers and
clients can have multipler listeners instead of just a set single
listener along with fixing issues #61 and #63. I have bumped the pom
version to 2.8.0.
whirvis added a commit that referenced this issue Nov 10, 2019
I've changed the listener system in this version so now servers and
clients can have multipler listeners instead of just a set single
listener along with fixing issues #61 and #63. I have bumped the pom
version to 2.8.0.
whirvis added a commit that referenced this issue Nov 10, 2019
I've changed the listener system in this version so now servers and
clients can have multipler listeners instead of just a set single
listener along with fixing issues #61 and #63. I have bumped the pom
version to 2.8.0.
whirvis added a commit that referenced this issue Feb 10, 2020
I've changed the listener system in this version so now servers and
clients can have multipler listeners instead of just a set single
listener along with fixing issues #61 and #63. I have bumped the pom
version to 2.8.0.
whirvis added a commit that referenced this issue Feb 11, 2020
I've changed the listener system in this version so now servers and
clients can have multipler listeners instead of just a set single
listener along with fixing issues #61 and #63. I have bumped the pom
version to 2.8.0.
whirvis added a commit that referenced this issue Feb 22, 2020
I've changed the listener system in this version so now servers and
clients can have multipler listeners instead of just a set single
listener along with fixing issues #61 and #63. I have bumped the pom
version to 2.8.0.
whirvis added a commit that referenced this issue Feb 22, 2020
I've changed the listener system in this version so now servers and
clients can have multipler listeners instead of just a set single
listener along with fixing issues #61 and #63. I have bumped the pom
version to 2.8.0.
@whirvis whirvis added the v2.0 An issue relating to the second version of JRakNet label May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A JRakNet bug. v2.0 An issue relating to the second version of JRakNet
Projects
None yet
Development

No branches or pull requests

1 participant