Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanayx committed Oct 10, 2023
1 parent c232288 commit be4ed71
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Pulsar.Client.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
# Visual Studio Version 17
VisualStudioVersion = 17.8.34112.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{F63757F9-A836-40E7-A1D1-108AAA14707C}"
EndProject
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion src/Pulsar.Client/Internal/ProducerImpl.fs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ type internal ProducerImpl<'T> private (producerConfig: ProducerConfiguration, c
let uuid = if isChunked then $"{producerName}-{sequenceId}" else null
let messageIds = if isChunked then Array.zeroCreate totalChunks else Array.empty
let txnId = message.Txn |> Option.map (fun txn -> txn.Id)
let payloadBuffer = if isChunked then compressedPayload.GetBuffer() else null // shouldn't be RMS stream
while chunkId < totalChunks && not chunkError do
let metadata = createMessageMetadata sequenceId txnId None
message.Payload.Length message.Key message.Properties message.DeliverAt
Expand Down

0 comments on commit be4ed71

Please sign in to comment.