comments fixed

This commit is contained in:
Robinson 2023-09-07 01:02:17 +02:00
parent 63dd14015c
commit 1bb052fed4
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ internal class FileContentsSerializer<CONNECTION : Connection> : Serializer<File
// NOTE: the stream session ID is a combination of the connection ID + random ID (on the receiving side)
val streamSessionId = CryptoManagement.secureRandom.nextInt()
// use the streaming manager to send the file in blocks to the remove endpoint
// use the streaming manager to send the file in blocks to the remote endpoint
val kryo = endPoint.serialization.take()
try {
streamingManager.sendFile(