mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #429] Question about adding new packets #218
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#218
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 @DragonzMaster on GitHub (Mar 18, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/429
I've tried to add a new feature to the project and I've used Task Manager as an example and I added
and added a handler for both packets but the server throw the following Exception :
and the client disconnect and reconnect again but nothing happens.
So please can anyone help and tell me what's wrong !!
@MaxXor commented on GitHub (Mar 18, 2016):
Did you add the packets to the client & server?
@DragonzMaster commented on GitHub (Mar 18, 2016):
yes, I do. I've added packets to both client and server (Core/Packets).
The Exception is thrown from [Serializer]
@MaxXor commented on GitHub (Mar 18, 2016):
Could you show me in your fork what you've added?
@DragonzMaster commented on GitHub (Mar 18, 2016):
You can find the code here
https://github.com/DragonzMaster/QuasarRAT/tree/TCP-con
Sorry, I know that the code may be bad but I'll try to clean it up.
@LostSoulfly commented on GitHub (Mar 18, 2016):
It doesn't look like you've added them into the Serializer for both the Client and Server under QuasarClient.cs ad QuasarServer.cs
@MaxXor commented on GitHub (Mar 18, 2016):
@LostSoulFly is right.
@DragonzMaster commented on GitHub (Mar 18, 2016):
@MaxXor - @LostSoulFly Thank you for your help. I didn't know that, now I can try again and see if it is working.
EDIT : Now It is working. Thank you.