cabal-club / cable

A lightweight peer-to-peer chat protocol.
https://cabal.chat
74 stars 4 forks source link

Fix `cancel_id` type for `Cancel Request` #15

Closed mycognosist closed 1 year ago

mycognosist commented 1 year ago

I noticed a small mistake in the type definition for cancel_id.

Was varint, should be u8[4] (matches req_id).

hackergrrl commented 1 year ago

Great catch, thanks @mycognosist.