Juniper/go-netconf

Test using monotonic increasing integer for message id (vs uuid)

Opened this issue · 1 comments

RFC recommends using a monotonic increasing integer. We can to this with the atomic package in a safe way. See if we gain performance by using sync/atomic vs uuid vs go.uuid package.

This is in the v2 API.