fix multiple frpc visitor will break bug
refine code
add trace log
fix frpc visitor reconnect logic
add ci test and admin api
x
fix comments
fix comments again
fix comments three times
fix four times
x
token is the current token comparison, and oidc generates oidc token using client-credentials flow. in addition - add ping verification using the same method
The ServerCommonConf is now passed around as an argument instead of
being shared between components as a global variable. This allows for
more natural interaction with server.Session as a library and allows for
multiple servers to co-exist within the same process.
Related: #1387