vitorclelis96

Results 4 issues of vitorclelis96

In the preload function, the shared object ins't created yet. Example: ```js async function preload(seneca) { // seneca.shared is null seneca.shared = {}; // Need to manually boot seneca shared...

bug

When calling `seneca.close(() => console.log('hi!'))`, the application doesn't crash (functions executes?!), but the callback function doesn't get executed. Seneca version 3.26.0

When using the `debug` plugin, it's namespace will conflict with seneca definition types and it's configuration parameters will get inject with new parameters. Seneca debug namespace: ``` debug?: { //...

# Why For some HLS streams (.m3u8 files), the audio track is not selected, even though it has at least one. # How A new `loadHlsDefaultAudioTrack` function has been added...

bot: passed checks