Tristan
Tristan
I was interested by contributing actually. I really love how we can use this library. I was thinking about using it in my company and suggest improvement if necessary. Regarding...
Following @elizarov 's comment, if someone needs `emit` to really wait for all subscribers ```kotlin class EventBus { private val context = newSingleThreadContext("EventBus") private val scope = CoroutineScope(context) private val...
@serandel it sounds like your use case is documented here: https://kotlinlang.org/docs/channels.html#fan-out
@serandel Made an error while coding. Using `val eventBus = MutableSharedFlow()` works just fine for parallel as well. My issue was that `emit` was called before `launchIn` actually started. Wrapping...
Thank you both. But Scarygami, I don't find BrowserClient class... And mkustermann, your code throws an exception because of mirror... :cry:
Yep, better :+1: And what about this message when I use dart2js ``` bash **************************************************************** * WARNING: dart:mirrors support in dart2js is experimental, * and not recommended. * This implementation...
Hello, Thank you for your return. It's actually because you are not sending a MediaMessage, but a binary, or whatever else. A MediaMessage has fields such as bytes, contentType, etc....
Does it mean that Maestro could potentially support different engines? (Like python or others)