Skip to content

Add a duk_trans_socket_active() function to allow application - #2366

Open
benjymous wants to merge 1 commit into
svaarala:masterfrom
benjymous:master
Open

benjymous wants to merge 1 commit into
svaarala:masterfrom
benjymous:master

Conversation

@benjymous

Copy link
Copy Markdown

…to allow for graceful shutdown

e.g.

bool DebuggerAbort()
{
	if (duk_trans_socket_active())
	{
		duk_trans_socket_finish();
		return true;
	}
	return false;
}

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

Successfully merging this pull request may close these issues.

1 participant