Could you please open the Discussions for this project? It will allow people to ask questions instead of perhaps bothering you with tickets. :)
I have a question regarding ZOOM_connection_destroy(). Can a connection using the async option be destroyed while the connection is not idle? For example:
create connection
set async option
while(...)
if interrupted by person, exit while
ZOOM_connection_destroy(connection) // data may be in transit
Hello.
Could you please open the Discussions for this project? It will allow people to ask questions instead of perhaps bothering you with tickets. :)
I have a question regarding ZOOM_connection_destroy(). Can a connection using the async option be destroyed while the connection is not idle? For example:
Thanks!