deliver

suspend fun deliver(from: NodeId, to: NodeId, bytes: ByteArray)

Inject bytes from from directly into to's channel, bypassing all partition and drop rules. Used in edge-case tests that need to deliver a specific crafted message regardless of current partition state.