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
For single-threaded clients there is currently no way to use the client-API if a certain reactivity
is needed while connecting to an IPC-server.
qb_ipcc_connect may take a kind of undefined time.
Alternative/supplementary solution to an async-API for connections might be adding some way
to define a timeout for the current sync-API.
Application currently in mind would be a liveness-check for multiple libqb-IPC-server-daemons.
The text was updated successfully, but these errors were encountered:
For single-threaded clients there is currently no way to use the client-API if a certain reactivity
is needed while connecting to an IPC-server.
qb_ipcc_connect may take a kind of undefined time.
Alternative/supplementary solution to an async-API for connections might be adding some way
to define a timeout for the current sync-API.
Application currently in mind would be a liveness-check for multiple libqb-IPC-server-daemons.
The text was updated successfully, but these errors were encountered: