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
This change addresses #20 by providing a way of associating RequestData
and ResponseData objects to specific AMX instances. Unfortunately this
breaks the isolation of impl.* files from AMX and SA:MP related code but
it's a necessary change. When a request is created, the address of the
AMX it is called from is stored into the request object which is then
passed on to the response object when the request has finished. During
the processTick function, each queued responses' AMX address is then
checked against the AMX that called processTick to ensure no duplicate
events are dispatched to AMX instances.
Currently it's global and if multiple AMX instances are loaded, it will spam out errors about the function not being found.
The text was updated successfully, but these errors were encountered: