Skip to content

4 seconds delay in broadcast/publish #936

Answered by ghost
loblab asked this question in Q&A
Discussion options

You must be logged in to vote

The library is absolutely not thread safe. The only function that can be called from any thread is defer:

Loop::defer([...]() {
app.publish(...);
});

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #936 on December 09, 2020 02:59.