Eliminate utils.SetLicense calls (#8217)
* eliminate utils.SetLicense calls * test fix * another test fix * more test fixes
Этот коммит содержится в:
@@ -88,6 +88,9 @@ func New(options ...Option) (*App, error) {
|
||||
panic("Only one App should exist at a time. Did you forget to call Shutdown()?")
|
||||
}
|
||||
|
||||
// TODO: remove this once utils global license state is eliminated
|
||||
utils.SetLicense(nil)
|
||||
|
||||
app := &App{
|
||||
goroutineExitSignal: make(chan struct{}, 1),
|
||||
Srv: &Server{
|
||||
|
||||
Ссылка в новой задаче
Block a user