CoapClient

- Added TODO to move the `Socket` into the messaging layer
This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-22 16:49:55 +02:00
parent cb3b5a35b5
commit b069a03ab4

View File

@ -26,6 +26,8 @@ public class CoapClient
/**
* The datagram socket
*
* TODO: Move this into the messaging layer
*/
package Socket socket;