questdb / go-questdb-client

Golang client for QuestDB's Influx Line Protocol
Apache License 2.0
47 stars 9 forks source link

fix(client): fix occasional auth signature corruption due to truncation in BigInt.Bytes() #20

Closed puzpuzpuz closed 1 year ago

puzpuzpuz commented 1 year ago

Once in a while authentication was failing due to BigInt.Bytes() truncation when concatenating the end signature.