Skip to content

Fix a race condition in belle_sip_main_loop_add_source()

François Grisez requested to merge fix/race_condition_belle_sip_mainloop into master

Fix a race condition while adding a source, that causes the notify callback to be called before the end of belle_sip_main_loop_add_source() if the timeout is set to 0.

Merge request reports