You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Resolving the following issue: apple#2828
Modifications:
Making `WebSocketFrame` conform to `CustomStringConvertible`.
Result:
A nicer description for `WebSocketFrame`.
### Motivation:
Resolving the following issue:
#2828
### Modifications:
Making `WebSocketFrame` conform to `CustomStringConvertible`.
### Result:
A nicer description for `WebSocketFrame`.
---------
Co-authored-by: Franz Busch <[email protected]>
Expected behavior
WebSocketFrame.description
outputs something nice.Actual behavior
WebSocketFrame.description
outputs something that's not nice at allSteps to reproduce
WebSocketFrame
The text was updated successfully, but these errors were encountered: