Closed ddRenrek closed 2 years ago
In UdpStream.cpp the member m_inBuffer is not correct set due to wrong usage of constructor. In old version the member is type StrBuffer, with Revision 1.3.0 it has changed to std::string. Therefore last parameter (true) must not be set.
This should be a fix for https://github.com/oatpp/example-iot-hue-ssdp issue https://github.com/oatpp/example-iot-hue-ssdp/issues/3
Merged! Thanks for the PR!
In UdpStream.cpp the member m_inBuffer is not correct set due to wrong usage of constructor. In old version the member is type StrBuffer, with Revision 1.3.0 it has changed to std::string. Therefore last parameter (true) must not be set.