I'm seeing different behavior between the libraries, which makes my project work with the old version and not with the new version.
First difference I can spot is TCP disconnection.
The old version of the library sets tcp_connection.xActive to FALSE.
In the latest version of the library when the TCP connection is dropped I get a receive error in the TCP_Reader, while the TCP_connection.xActive is still TRUE.
And the documentation of the NetBase library is practically non-existent.
Can anyone else verify this?
I'm still trying to figure out why the old version successfully sends data while the new version doesn't...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm seeing different behavior between the libraries, which makes my project work with the old version and not with the new version.
First difference I can spot is TCP disconnection.
The old version of the library sets tcp_connection.xActive to FALSE.
In the latest version of the library when the TCP connection is dropped I get a receive error in the TCP_Reader, while the TCP_connection.xActive is still TRUE.
And the documentation of the NetBase library is practically non-existent.
Can anyone else verify this?
I'm still trying to figure out why the old version successfully sends data while the new version doesn't...