Requests callback to be called on the next message received from your Frida-based application.
This will only give you one message, so you need to call recv() again to receive the next one.
recv()
Requests callback to be called when the next message of the given type has been received from your Frida-based application.
type
Generated using TypeDoc
Requests callback to be called on the next message received from your Frida-based application.
This will only give you one message, so you need to call
recv()
again to receive the next one.