mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #1235] Sending text from client form to server throws exception #910
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#910
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Knakiri on GitHub (Jan 11, 2024).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1235
FormRemoteChat.cs


RemoteChatHandler.cs
what am i doing wrong here?
@Knakiri commented on GitHub (Jan 11, 2024):
i suspect its because something related to ISender but still couldnt figure it out
@MaxXor commented on GitHub (Jan 12, 2024):
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 on GitHub (Jan 12, 2024):
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