Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions network/WebSocket/WebSocketConnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ namespace awsiotsdk {
p_wslay_frame_Callbacks_->genmask_callback = std::bind(&WebSocketConnection::WssFrameGenMaskCallback, this,
std::placeholders::_1, std::placeholders::_2,
std::placeholders::_3);
p_wslay_frame_Context_ = nullptr;

wss_frame_read_ = std::unique_ptr<wslay_frame_iocb>(new wslay_frame_iocb());
wss_frame_write_ = std::unique_ptr<wslay_frame_iocb>(new wslay_frame_iocb());
Expand Down