You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After connecting to a telnet server over TLS I am experiencing a 60 second wait before the client displays the welcome message from the server.
Below I have included a log of the events, for the data I have turned it into a ascii value array:
`Connected event
I can't think of anything offhand. It could be that the server is waiting for something to be sent to it and given you 60 seconds. If you have an example server I can test against, I'll be able to look into it more.
After connecting to a telnet server over TLS I am experiencing a 60 second wait before the client displays the welcome message from the server.
Below I have included a log of the events, for the data I have turned it into a ascii value array:
`Connected event
Command event
{
"timestamp": "09-03-2021 22:47:30",
"command": [
255,
251,
1
]
}
Command event
{
"timestamp": "09-03-2021 22:47:30",
"command": [
255,
251,
3
]
}
Data event
[
65533,
24,
65533,
31
]`
Any insight would be appreciated as I have been picking through the code without much luck
The text was updated successfully, but these errors were encountered: