oxidetalis/crates
Awiteb e61de9a8b1
All checks were successful
Write changelog / write-changelog (push) Successful in 22s
Update Contributors / Update Contributors (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 4m55s
fix: Handle the websocet in handle_socket itself
I have removed the task spwaning in `handle_socket` function, because Salvo
already spawn `handle_socket` function in a new task when upgrading the
connection to websocket. So, there is no need to spawn a new task in
`handle_socket` function.

refs:
- Salvo task spawning: https://github.com/salvo-rs/salvo/blob/main/crates/extra/src/websocket.rs#L247-L256

Reviewed-on: #34
Reviewed-by: Amjad Alsharafi <me@amjad.alsharafi.dev>
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-28 08:43:20 +03:00
..
oxidetalis fix: Handle the websocet in handle_socket itself 2024-07-28 08:43:20 +03:00
oxidetalis_config refactor: Change config private key type to K256Secret 2024-07-24 01:17:13 +03:00
oxidetalis_core refactor: Update public key column type from String to PublicKey 2024-07-24 01:19:34 +03:00
oxidetalis_entities feat: Add last_logout column to users table 2024-07-24 11:49:39 +03:00
oxidetalis_migrations feat: Add last_logout column to users table 2024-07-24 11:49:39 +03:00