guild icon
Toit
#Cause of PREVIOUS_READER_NOT_FINISHED?
Thread channel in help
Geoff
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'"
floitsch
floitsch 05/07/2026 09:15 PM
Is this snippet from your code?
If yes, then holding on to network (the one you receive from net.open) should keep the network open. Could it be that you "lose" it and the GC then claims that your program doesn't need network anymore?
2 messages in total