Skip to content

Commit

Permalink
Merge pull request #1031 from xmidt-org/fix-ts-name
Browse files Browse the repository at this point in the history
Fix the spelling.
  • Loading branch information
denopink committed Dec 7, 2023
2 parents be297aa + 8fb7091 commit 280110f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const MaxDevicesHeader = "X-Xmidt-Max-Devices"
const DefaultWRPContentType = "application/octet-stream"

// WRPTimestampMetadataKey is the uniform timestamp given to all device wrp messsages (expect for message sent to devices `writePump`)
const WRPTimestampMetadataKey = "/xdmit-timestamp"
const WRPTimestampMetadataKey = "/xmidt-timestamp"

// emptyBuffer is solely used as an address of a global empty buffer.
// This sentinel value will reset pointers of the writePump's encoder
Expand Down

0 comments on commit 280110f

Please sign in to comment.