Expected Behavior
The established connect should close. not in close_wait state
Current Behavior
"TCP localhost:http-alt->localhost:56785 (CLOSE_WAIT)"
it is going in CLOSE_WAIT state
Possible Solution
Steps to Reproduce (for bugs)
- Run the example given in doc
- check the process connection (lsof -p )
- connect ws via postman or any
- check agian the process connection (lsof -p )
- close the connection
- check again the process connection (lsof -p ). will see " "TCP localhost:http-alt->localhost:56785 (CLOSE_WAIT)"
Context
Your Environment
- Rust version (output of
rustc -V):
actix-ws crate versions: 0.30.0, also with direct git url