deepstream.io-client-cpp
deepstream.io-client-cpp copied to clipboard
deepstream.io C++ client library
Hi, interested it using the lib to write a c# client via swig. Can you give a quick guide on building on windows ?
https://github.com/deepstreamIO/deepstream.io-client-specs/blob/master/events/events-connection.feature
https://github.com/deepstreamIO/deepstream.io-client-specs/blob/master/connecting/connection-invalid-redirect.feature
This is distributed throughout all the other tests.. but the idea is: Given a user is connected to a deepstream server Client goes to a reconnecting state Deepstream server goes...
https://github.com/deepstreamIO/deepstream.io-client-specs/blob/master/presence/presence-connection.feature
This provides generic access to POSIX timers (via a callback interface) It will be used for - Connection reconnects (with back-off) #17 - Event subscription ack timeouts #14 - Event...
- [ ] rename `Client` to `Core` - [ ] rename `Deepstream` to `Client` I'm also considering moving all core-related classes into a separate (or nested) namespace e.g. `deepstream::core` This...
a number of methods accept std::string where they should instead use `const std::string &`
We need to review the login behaviour in deepstream in general. Having a login callback being called more than once should be invalid behaviour
We should consider what to do in the following circumstances - internet loss, in Android you can listen to network changes, so we want to be able to open the...