Fabrício Vasconcellos
Fabrício Vasconcellos
I had the same problem... do you must show lottie splashscreen after hiding native android splash screen with after your app is ready... example: ```ts this.platform.ready().then(() => { // your...
same problem with express server bundle in windows
@alxndrsn I have server bundle generated with esbuild ts node, when try starting the bundled script I have errors in leveldown packages... I found more issues to update level down...
@alxndrsn I run this bundle as a node process within electron, do you think if I include level down in electron packages it could solve the problem?
Any news for resolve this bug? I have same problem when subscribe multiple times same channel... When I call unsubscribe, all listeners are closed :(