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
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
I'm also considering moving all core-related classes into a separate (or nested) namespace e.g. deepstream::core
This would help encapsulate core functionality from users, since library users are likely to do something like using namespace deepstream, but shouldn't then have access to all the core classes like (current) Client since this could be confusing.