frames: use OutputTransportMessage(Urgent)Frame instead of TransportMessage(Urgent)Frame

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-25 13:04:31 -07:00
parent c7dc2e886f
commit 4dc1e15a99
16 changed files with 147 additions and 67 deletions

View File

@@ -34,6 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
- `TransportMessageFrame` and `TransportMessageUrgentFrame` are deprecated, use
`OutputTransportMessageFrame` and `OutputTransportMessageUrgentFrame`
respectively.
- `InputTransportMessageUrgentFrame` is deprecated, use
`InputTransportMessageFrame` instead.