eclipse-archived / californium.core

Californium project
86 stars 69 forks source link

ping: using timeout param instead of magic number #30

Closed BuZZ-T closed 9 years ago

BuZZ-T commented 9 years ago

The CoapClient:ping(long timeout) method wasn't using it's parameter, it uses a magic number for the timeout instead.

mkovatsc commented 9 years ago

Thanks for the fix. I will merge this as soon as the ongoing milestone release is finished.

mkovatsc commented 9 years ago

Sorry for taking so long and thanks for the fix!