We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datastorm/cpp/src/DataStorm/SessionI.h
Line 365 in fba29e6
The SessionI object has a collection of connect callbacks, but seems it is always empty:
jose@mac datastorm % rg _connectedCallbacks cpp/src/DataStorm/SessionI.cpp 512: assert(_connectedCallbacks.empty()); 565: for(auto c : _connectedCallbacks) 569: _connectedCallbacks.clear(); 771: for(auto c : _connectedCallbacks) 775: _connectedCallbacks.clear(); cpp/src/DataStorm/SessionI.h 365: std::vector<std::function<void(std::shared_ptr<DataStormContract::SessionPrx>)>> _connectedCallbacks;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
datastorm/cpp/src/DataStorm/SessionI.h
Line 365 in fba29e6
The SessionI object has a collection of connect callbacks, but seems it is always empty:
The text was updated successfully, but these errors were encountered: