Arunprabhu Kandasamy
Results
2
issues of
Arunprabhu Kandasamy
Hello guys, is there an implementation for httpcoap_proxy available in canopus? http_client ---- > http/coap_proxy ----> coap_server reference:draft-ietf-core-http-mapping-15 regards, Arun
Hi all, Is it possible to have a callback method which is of any specific type? example: ``` type nfqCallback struct { pool *redis.Pool } func(n nfqCallback) real_callback(payload *nfqueue.Payload) int...