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
Hey! Have you already tried to use the project with NET8?
We successfully used with NET5, NET6, NET7, but I'm not able to use it with NET8. I'm losing the connection every time.
I call
Connection
Refresh(true, 2000)
WaitForText(string)
And now it throws that it's not connected in the refresh method.
Besides NET8, my component has not changed at all the terminal instructions. Have you faced the same/similar problem?
Another thing is that I'm getting also another exception "'ansi_send_pf' not implemented", but, once more, we haven't changed the instructions (keys) that we used since 2022 with NET5.
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hey! Have you already tried to use the project with NET8?
We successfully used with NET5, NET6, NET7, but I'm not able to use it with NET8. I'm losing the connection every time.
I call
Connection
Refresh(true, 2000)
WaitForText(string)
And now it throws that it's not connected in the refresh method.
Besides NET8, my component has not changed at all the terminal instructions. Have you faced the same/similar problem?
Another thing is that I'm getting also another exception "'ansi_send_pf' not implemented", but, once more, we haven't changed the instructions (keys) that we used since 2022 with NET5.
Thanks a lot.
The text was updated successfully, but these errors were encountered: