| Age | Commit message (Collapse) | Author |
|
- Make sure the global exports state is only set on successful
creating
- Only call discovery when adding a server to ensure we get the most
up to date args. Creating a client should have no network calls. Fixes #12
- Split creating a client in New and Register in the GO api
|
|
|
|
|
|
|
|
|
|
Otherwise we have to constantly update this doc if we change it
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: rozmansi <simon@rozman.si>
|
|
|
|
|
|
|
|
|
|
Reported by: Simon Rozman <simon@rozman.si>
|
|
|
|
|
|
This reverts commit 2b1bb611b7c83d8e8e5eadfed7c717d16e61d81b.
|
|
|
|
|
|
This is replace with expiry times
|
|
|
|
|
|
|
|
|
|
It is already contained in the profiles map as the key
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The main change is that we now use JSON from types listed at the
`types` package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also use wait groups for waiting for transitions
|
|
|
|
|
|
|
|
|
|
|
|
|