Rewrite the cache/session layer to support streams and ANNOUNCE #55
Annotations
10 errors and 1 warning
build:
moq-transport/src/message/mod.rs#L39
module has the same name as its containing module
|
build:
moq-transport/src/message/publisher.rs#L10
an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true
|
build:
moq-transport/src/message/subscriber.rs#L10
an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true
|
build:
moq-transport/src/serve/group.rs#L96
useless conversion to the same type: `u64`
|
build:
moq-transport/src/serve/object.rs#L136
casting to the same type is unnecessary (`usize` -> `usize`)
|
build:
moq-transport/src/serve/track.rs#L74
`if` chain can be rewritten with `match`
|
build:
moq-transport/src/serve/track.rs#L100
`if` chain can be rewritten with `match`
|
build:
moq-transport/src/session/publisher.rs#L154
useless conversion to the same type: `session::error::SessionError`
|
build:
moq-transport/src/session/mod.rs#L5
module has the same name as its containing module
|
build:
moq-transport/src/session/session.rs#L213
length comparison to zero
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|