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
Hello,
When the server and client are in the same executable file, everything works ok.
The problem occours when server and client are in separate EXEs. Client will connect to the server, but messanging doesn't work.
Please help!
The text was updated successfully, but these errors were encountered:
I had the same issue. Its because of serialization. You should use [Serializable] attribute for your classes.
I'm having the same issue, could you elaborate more on your reply? I have the server on a different 64bit app and the client on a 32bit app and experiencing the same issue where nothing I tried so far works.
Hello,
When the server and client are in the same executable file, everything works ok.
The problem occours when server and client are in separate EXEs. Client will connect to the server, but messanging doesn't work.
Please help!
The text was updated successfully, but these errors were encountered: