Geoff 05/05/2026 11:10 PM[network] INFO: closing {connection: wifi-0}
[network] INFO: closed {connection: wifi-0}
[artemis.scheduler] INFO: job stopped {job: synchronize}
NETWORK: Listener exception: 'PREVIOUS_READER_NOT_FINISHED' for msg:'null'
Is this due to Artemis contention or something else? Thank you.
Happens here:msg := null
error := catch:
msg = ws.receive // wait for web socket traffic
if error:
catch: ws.close // Force cleanup of the potentially "corrupted" object
logger.error "NETWORK: Listener exception: '$error' for msg:'$msg'"