FDio / govpp

Go toolset for the VPP.
Apache License 2.0
192 stars 81 forks source link

Fix channel pool #131

Closed ondrej-fabry closed 1 year ago

ondrej-fabry commented 1 year ago

This change fixes the issue with channel pool causing the IDs be exhausted due to the pool deallocating the channels in the pool. To resolve this there is a new pool for channel IDs which is used to cache unused channel IDs. There are some minor changes in debug logs.