WatsonTcpServer MessageReceived event is not triggered from MSSQL server. #291
Unanswered
licentia88
asked this question in
Q&A
Replies: 2 comments
-
This is expected. WatsonTcp uses framing, SuperSimpleTcp does not. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I try to send data from a sql stored procedure to the xxx:11007 port.
I have the code from the samples where I only changed Ip and port sections.
I start my server then I trigger the stored procedure but MessageReceived never gets triggered..
it's interesting that if I change from WatsonTcpServer to SimpleTcpServer I can see that it hits to DataReceived event
Beta Was this translation helpful? Give feedback.
All reactions