mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
ammendment to last commit
This commit is contained in:
parent
8ccf0aef7a
commit
d12dffea99
@ -2202,7 +2202,11 @@ void switch_core_session_uninit(void)
|
|||||||
{
|
{
|
||||||
switch_core_hash_destroy(&session_manager.session_table);
|
switch_core_hash_destroy(&session_manager.session_table);
|
||||||
session_manager.ready = 0;
|
session_manager.ready = 0;
|
||||||
switch_queue_interrupt_all(session_manager.thread_queue);
|
|
||||||
|
while(session_manager.running) {
|
||||||
|
switch_queue_interrupt_all(session_manager.thread_queue);
|
||||||
|
switch_yield(100000);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user