Open SnowdenDev opened 9 months ago
Hi @SnowdenDev I'm sorry for the delay in getting back to you. Are you indicating that the PresharedKey
is hard-coded somewhere in the library? I'm not seeing it. I'll do a quick test and report back.
Yep, it's buggered. Will look tonight
Hi @jchristn , I have a small problem that maybe has not been noticed, I have version 6.0.1 of the nuget WatsonTcp package currently in my project, I have noticed many improvements in the new versions so I need to implement in my project the current version 6.0.5....
As nothing prevents it I made the update in both client and server and the connection stopped working, like crazy I searched and found that the problem was in: server.Settings.PresharedKey = "1234567891234567"; and await client.AuthenticateAsync("1234567891234567");
Maybe there was some change that I did not see in the implementation, or maybe something is wrong, I would like to have your opinion, thank you very much.