AltuisticIsopod
AltuisticIsopod
Replace errgroup with conc pool in WriteExecute method ## Description - Replace errgroup with conc pool for parallel write/delete operations - Use errors.As() instead of type assertion for authentication error...
Issue: https://github.com/Mentra-Community/MentraOS/issues/1498 Added microphone stop call to handle_disconnect() and handle_forget() in both Android and iOS CoreManager to fix issue where microphone stays on after disconnecting or forgetting glasses.
Issue: https://github.com/Mentra-Community/MentraOS/issues/1419 Changes made to only show "Disconnected" or "Connecting..." states if connection has been out of CONNECTED state for more than 5 seconds. This prevents UI flicker from brief...
Issue #1419 Changes made to only show "Disconnected" or "Connecting..." states if connection has been out of CONNECTED state for more than 5 seconds. This prevents UI flicker from brief...
Replace errgroup with conc pool in WriteExecute method ## Description - Replace errgroup with conc pool for parallel write/delete operations - Use errors.As() instead of type assertion for authentication error...