kingsamchen / ezio

A tiny and efficient non-blocking or asynchronous network library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

string_view.h:51 constexpr size_t StringLength(const CharT* str) exception.

oceancx opened this issue · comments

image

this exception will be triggered when using TCPConnection::Send(char *cstr) while cstr's length is large(over 50000 bytes?)

it's a reappear bug.

image