digidotcom / xbee-java

Set of Java APIs to interact with Digi International's XBee radio frequency modules.
Mozilla Public License 2.0
80 stars 56 forks source link

abstract: synchronize method to get next frame ID to avoid multiple threads to increment the counter at the same time #131

Closed rubenmoral closed 5 years ago

rubenmoral commented 5 years ago

This could fix an issue of a customer getting sometimes an IllegalArgumentException when sending data (#130).

Signed-off-by: Ruben Moral ruben.moral@digi.com