I'm considering adding path migration to omnistreams. This would likely require some amount of retransmission of any unacked frames upon reconnection. But what if we wanted to handle the case where the server crashes? If it had data waiting to be sent there's no way to re-establish the existing streams. But maybe we could use shared memory and store data waiting to be sent there, and get around this.
I'm considering adding path migration to omnistreams. This would likely require some amount of retransmission of any unacked frames upon reconnection. But what if we wanted to handle the case where the server crashes? If it had data waiting to be sent there's no way to re-establish the existing streams. But maybe we could use shared memory and store data waiting to be sent there, and get around this.