Skip to content

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

@Xavia1991

Description

@Xavia1991

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions