You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the latest FiveM update, the TriggerLatentServerEvent function has ceased to function. This issue is preventing the reliable transfer of large data payloads between client and server, a critical feature for many resources. The server is not receiving any data or triggering the event at all.
Expected result
The server should receive the event and process the payload as it did in previous builds.
Reproduction steps
Update FiveM to the latest build.
Implement or use a script that calls TriggerLatentServerEvent to send a payload from a client to the server.
Observe that the event does not trigger or process as expected on the server side.
Importancy
Unknown
Area(s)
FiveM, FXServer, ScRT: Lua
Specific version(s)
FXServer 12160
Additional information
No response
The text was updated successfully, but these errors were encountered:
What happened?
After the latest FiveM update, the TriggerLatentServerEvent function has ceased to function. This issue is preventing the reliable transfer of large data payloads between client and server, a critical feature for many resources. The server is not receiving any data or triggering the event at all.
Expected result
The server should receive the event and process the payload as it did in previous builds.
Reproduction steps
Importancy
Unknown
Area(s)
FiveM, FXServer, ScRT: Lua
Specific version(s)
FXServer 12160
Additional information
No response
The text was updated successfully, but these errors were encountered: