No-blocking operations for web based clients #136
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check wasm32:
ewebsock/src/lib.rs#L45
unused import: `Sender`
|
Check wasm32:
ewebsock/src/web.rs#L72
variable does not need to be mutable
|
Check wasm32:
ewebsock/src/web.rs#L80
variable does not need to be mutable
|
Check wasm32:
ewebsock/src/lib.rs#L88
missing documentation for a struct field
|
Check wasm32
`ewebsock` (lib) generated 4 warnings (run `cargo fix --lib -p ewebsock` to apply 3 suggestions)
|
Check wasm32:
example_app/src/app.rs#L56
unused implementer of `Future` that must be used
|
Check wasm32
`example_app` (lib) generated 1 warning
|
Loading