quasar / Quasar

Remote Administration Tool for Windows
MIT License
8.36k stars 2.38k forks source link

Sending text from client form to server throws exception #1235

Closed Knakiri closed 5 months ago

Knakiri commented 5 months ago

FormRemoteChat.cs image RemoteChatHandler.cs image

what am i doing wrong here?

Knakiri commented 5 months ago

i suspect its because something related to ISender but still couldnt figure it out

MaxXor commented 5 months ago

Check out the simplest form of a message, the show messagebox feature: https://github.com/search?q=repo%3Aquasar%2FQuasar+DoShowMessageBox&type=code

Knakiri commented 5 months ago

Check out the simplest form of a message, the show messagebox feature: https://github.com/search?q=repo%3Aquasar%2FQuasar+DoShowMessageBox&type=code

I know your sending from server request to execute the messagebox but what if you dont want a request from server first? I am working on remote chat but when client is trying to send text to server it throws null exception