stream: fixed extended write functions (close #169)
This commit is contained in:
parent
3e6b09eb8d
commit
ba618cf070
@ -328,7 +328,7 @@ public:
|
||||
|
||||
req->template once<ErrorEvent>(listener);
|
||||
req->template once<WriteEvent>(listener);
|
||||
req->write(this->template get<uv_stream_t>(), send.template get<uv_stream_t>());
|
||||
req->write(this->template get<uv_stream_t>(), this->template get<uv_stream_t>(send));
|
||||
}
|
||||
|
||||
/**
|
||||
@ -363,7 +363,7 @@ public:
|
||||
|
||||
req->template once<ErrorEvent>(listener);
|
||||
req->template once<WriteEvent>(listener);
|
||||
req->write(this->template get<uv_stream_t>(), send.template get<uv_stream_t>());
|
||||
req->write(this->template get<uv_stream_t>(), this->template get<uv_stream_t>(send));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user