lukasz-pyrzyk / Kronos

Kronos - Open Source distributed cache system
Other
22 stars 5 forks source link

Usage of the System.Buffer #54

Closed lukasz-pyrzyk closed 7 years ago

lukasz-pyrzyk commented 8 years ago
byte[] requestSizeBytes = new byte[sizeof(int)];
byte[] package = new byte[socket.BufferSize];

I need to reuse that array...

lukasz-pyrzyk commented 7 years ago

Done