vsf-tv / gccg-api

Draft API for the Ground-Cloud-Cloud-Ground Working Group: https://vsf.tv/Ground-Cloud-Cloud-Ground.shtml
BSD 2-Clause "Simplified" License
3 stars 2 forks source link

Mention that Callback could come from a different thread #6

Closed kierank closed 7 months ago

mhhen commented 7 months ago

For the GccgTxCallback() and GccgRxCallback() functions, I will add this comment:

 * Note: In a single threaded event loop driven configuration, the GccgEventLoopPoll() function must be called in order
 * for this callback function to be invoked. In a multi-threaded configuration, this function will be invoked on a thread
 * that is different from the thread that was used to create the connection.
mhhen commented 7 months ago

Addressed by: https://github.com/vsf-tv/gccg-api/pull/11