Skip to content
New issue

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

求助 #2

Open
miracleyfm opened this issue Jun 27, 2017 · 1 comment
Open

求助 #2

miracleyfm opened this issue Jun 27, 2017 · 1 comment

Comments

@miracleyfm
Copy link

使用如下代码会出现: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;
@y123456yz
Copy link
Owner

@miracleyfm

不好意思,最近因为工作原因没时间去看这个了。
只有你自己走读quic库代码来调试了,这些都和你们自己私有项目结合的比较紧密,我帮不了你,抱歉。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants