fix: don't assume that transports implement stringer (#134)
If they don't, this could end up reading a bunch of internal data, causing a race (and yes, this has happened).
Showing
Please register or sign in to comment
If they don't, this could end up reading a bunch of internal data, causing a race (and yes, this has happened).