Gregor Herdmann
Gregor Herdmann
Seems to be a problem with detecting Windows 10 which this device has been updated to
Thanks for the report. Not much we can do to be honest though. We rely on the desktop capturer provided by electron which seems to have a bunch of issues...
I have previously looked into this issue. The AudioContext is definitely closed. Seems to be an issue with electron as despite that happening as expected the coreaudio is kept alive.
We have intensively looked at this issue before. It seems like the issue is rooted in electron and not the webapp code since the resources are always released when using...
@maximbaz Thanks for the detailed explanation. I will take yet another look at our stream handling.
We use Table.put(). One code path, that to my understanding should never result in a null within the database but where it shows: https://github.com/wireapp/wire-webapp/blob/dev/app/script/event/NotificationService.js#L101-L109 ```` /** * Save last notifications...
@dfahlander No, we are not using any shims. Plain Chromium in Electron is what's driving Wire desktop applications.
No, we do not use any dexie hooks within the Wire implementation. Since finding the upgrade related issues you mentioned, our Electron code as evolved and should not opening the...
No, I have not 🙈