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
The Logging / Pub/Sub / Datastore packages all have custom API objects that do that actual communication with the server. Now Connection is just a container for some members that those API objects require. Should we remove these base classes and make any shared behavior from the core Connection into helper functions instead of a shared base?
The text was updated successfully, but these errors were encountered:
The Logging / Pub/Sub / Datastore packages all have custom
API
objects that do that actual communication with the server. NowConnection
is just a container for some members that those API objects require. Should we remove these base classes and make any shared behavior from the coreConnection
into helper functions instead of a shared base?The text was updated successfully, but these errors were encountered: