[Bug] when use websocket with https session, can't setblocking(false) to the real SecureSocketImpl #4273
topmanbest
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, sample code like this:
Poco::SharedPtrPoco::Net::HTTPClientSession session = Poco::SharedPtrPoco::Net::HTTPClientSession(new Poco::Net::HTTPSClientSession(m_host, m_port))
m_websocket = Poco::SharedPtrPoco::Net::WebSocket(new Poco::Net::WebSocket(*session, request, response));
wether windows or linux, may need add a func get the really impl refrence
Beta Was this translation helpful? Give feedback.
All reactions