Missing Final Multipart of boundary #4369
Unanswered
Jimmycheakc
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
bool Camera::do_subscribeToSnapShot(Poco::Net::HTTPClientSession& session, Poco::Net::HTTPRequest& request, Poco::Net::HTTPResponse& response)
{
session.sendRequest(request);
std::istream& rs = session.receiveResponse(response);
}
Issue Description
Everytime i subscribed successfully, server will keep-alive the connection, send heartbeat every 60s send 3 images, but i only received 2 images and last image will stuck at Poco::StreamCopier::copyStream(reader.stream(), fileStream, contentLength); and last image will received once next heartbeat is received.
Beta Was this translation helpful? Give feedback.
All reactions