This is based on #12 which is required for tests to pass on appveyor because tests which include Sockets / Streams and Threads seem work a bit different there.
I had to increase some WaitOnes in the ApplicationServices*Tests and add a try catch in OnAuthenticated for tests to pass.
This is based on #12 which is required for tests to pass on appveyor because tests which include Sockets / Streams and Threads seem work a bit different there.
I had to increase some
WaitOne
s in theApplicationServices*Tests
and add a try catch inOnAuthenticated
for tests to pass.