plgd-dev / go-coap

Implementation of CoAP Server & Client in Go

Home Page:https://coap.technology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolve parallel request's to the same device endpoint

jkralik opened this issue · comments

Currently ClientConn can do a parallel requests to the same endpoint but this can exhaust memory on the device and blockwise by RFC doesn't support it, so we need to call them in sequence - one by one.