mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 08:44:14 +00:00
Remove unnecessary waits from stasis.
Since caches are updated on publisher threads, there is no need to wait for the cache updates to occur after a stasis message is published. In the case of chan_pjsip device state changes, this set of changes caused an improvement to performance. Review: https://reviewboard.asterisk.org/r/2890 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400318 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -254,7 +254,6 @@ static void do_sleep(void)
|
||||
ast_hangup((channel)); \
|
||||
HANGUP_EVENT(channel, cause, dialstatus); \
|
||||
APPEND_EVENT(channel, AST_CEL_CHANNEL_END, NULL, NULL); \
|
||||
stasis_topic_wait(ast_channel_topic_all_cached()); \
|
||||
ao2_cleanup(stasis_cache_get(ast_channel_cache(), \
|
||||
ast_channel_snapshot_type(), ast_channel_uniqueid(channel))); \
|
||||
ao2_cleanup(channel); \
|
||||
|
Reference in New Issue
Block a user