Com-AugustCellars / CoAP-CSharp

CoAP Implementation in C#
Other
41 stars 19 forks source link

Fix finding resource from path #73

Closed jcubes closed 4 years ago

jcubes commented 4 years ago

Method for finding a resource from path was searching only in root resource. It it supposed to iteratively go through the resource tree according to the path.