mkrueger / icy_tools

A colletion of ansi/bbs related applications
Apache License 2.0
20 stars 0 forks source link

The previous bug I reported... #9

Closed martykazmaier closed 1 month ago

martykazmaier commented 2 months ago

With the error pasted and only the error wasn't intentionally vague. I'm still getting it when a connection closes normally from a secure websocket connection.

martykazmaier commented 2 months ago

Target closed Connection aborted: IO error: peer closed connection without sending TLS close_n otify: https://docs.rs/rustls/latest/rustls/manual/_03_howto/index.html#unexpect ed-eof

That error. It's after the remote system hangs up. Remember, the BBS doesn't know it's using a web socket, I'm using websockify to transfer a websocket connection to a telnet one.

mkrueger commented 2 months ago

Ah ok it's about hangup? I'll take a look. Took me a while to get the dogworld bug fixed - because I thought I know what's going on without reproing it.

However the communictation layer rework was needed. As badly as the UI rework which I still need to do :/. ATM I've too much on my todo list.

mkrueger commented 1 month ago

should be fixed in 0.7.7