You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So let's say we add static TLC_Transient_Update_Server::start() method for spinning copy of singleton. Do we make constructor private, as it is usual for singletons? If someone out there is doing new separately that will be breaking change for them.
Alternate idea - what if we simply switch init() method to static? It will implicitly de-duplicate it on hooking. Server class doesn't seem to be doing anything that needs object instance so far.
The update server should be enforced as a singleton.
The text was updated successfully, but these errors were encountered: