daphne icon indicating copy to clipboard operation
daphne copied to clipboard

Display Id types as base64 instead of hex

Open mendess opened this issue 1 year ago • 0 comments

The DAP protocol mandates that ids should be encode in base64. The code inconsistently encoded ids as hex or base64. By removing the utilities necessary for encoding ids as hex we make this more consistent and make logs easier to work with

mendess avatar Oct 10 '24 11:10 mendess