Currently the connection properties for local communication are inside the things service. The things service is optional and there could be other services in the future that need to use those properties. My suggestion is to move the local connection properties outside of the things service and make them global. Also, all timeout properties should ditch the ms concept and use duration strings.
Currently the connection properties for local communication are inside the
things
service. Thethings
service is optional and there could be other services in the future that need to use those properties. My suggestion is to move the local connection properties outside of thethings
service and make them global. Also, all timeout properties should ditch thems
concept and use duration strings.