Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
resetius authored Dec 7, 2023
1 parent 9c96875 commit fa79b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ socket.ReadSome(buffer, bufferSize);
using namespace NNet;
template<typename TPoller>
TTestTask client(TPoller& poller, TAddress addr)
TVoidSuspendedTask client(TPoller& poller, TAddress addr)
{
static constexpr int maxLineSize = 4096;
using TSocket = typename TPoller::TSocket;
Expand Down

0 comments on commit fa79b25

Please sign in to comment.