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
Hi. You are have a bad example, but maybe I do something wrong. When I try use code from examples
g.then([](cocaine::framework::generator<std::string>& g){std::string result = g.next(); g.map(&handler);});
I get exception when calling g.next() with text "There is no connection to service". But if I try to get data in sync mode - all is ok. I need get data from service in async mode. Can you help me?
I'm using Cocaine v0.11
The text was updated successfully, but these errors were encountered:
Hi. You are have a bad example, but maybe I do something wrong. When I try use code from examples
I get exception when calling
g.next()
with text "There is no connection to service". But if I try to get data in sync mode - all is ok. I need get data from service in async mode. Can you help me?I'm using Cocaine v0.11
The text was updated successfully, but these errors were encountered: