daphne
daphne copied to clipboard
Display Id types as base64 instead of hex
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