pitschr / knx-core

KNX Core - A Java library for KNX Net/IP communication
GNU General Public License v3.0
28 stars 12 forks source link

Make KnxClientSend #2

Closed pitschr closed 3 years ago

pitschr commented 3 years ago

Both methods are now async per default:

To use a blocking-operation just append the method with .get() or .get(long,TimeUnit)