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

Bad Gateway and possibly other connection errors crash the game #38

Open
Xavia1991 opened this issue May 20, 2022 · 1 comment
Open

Comments

@Xavia1991
Copy link

Xavia1991 commented May 20, 2022

This is likely linked to #36 , whenever our webservice is unreachable or has a timeout for whatever reason the entire game server crashes. Is there any workaround to use?

we are calling it like this within a spawned function:

	private _response = [
		format ["https://***%1", _endpoint],
		_method,
		["Content-Type", "application/json", "X-Remove-Null", "true", "Authorization", "Bearer ***"],
		_data,
		true
	] call a3uf_common_fnc_request;
@pixlcrashr
Copy link
Member

Thanks for your report. I'll later have a look into it.

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