We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用如下代码会出现:segment fault。望你给出建议。十分感谢。 void quic_s_delete(void* server_object) { QuicServer* server = server_object; printf(" quic_s_deleteting \n");
if(NULL != server->out_going_stream) { server->out_going_stream->CloseConnection(QUIC_NO_ERROR); } server->Shutdown(); delete server;
The text was updated successfully, but these errors were encountered:
@miracleyfm
不好意思,最近因为工作原因没时间去看这个了。 只有你自己走读quic库代码来调试了,这些都和你们自己私有项目结合的比较紧密,我帮不了你,抱歉。
Sorry, something went wrong.
No branches or pull requests
使用如下代码会出现:segment fault。望你给出建议。十分感谢。
void quic_s_delete(void* server_object)
{
QuicServer* server = server_object;
printf(" quic_s_deleteting \n");
The text was updated successfully, but these errors were encountered: