e4cad4c928
* Add ChatRoomWithAck sample.
Add ChatRoomWithAck sample.
Sending a message to a specified user will log the status (Sent, Arrived, Acknowledged) on the chat screen.
The user who received the message can ack each message by clicking it.
The server now stores the message for offline users. They will receive these messages the next time they login into this page with the same userName.
* Address coding standards and update 'message' classes
* Address coding convention issues
* Resharper the code
* DI the message handler
* Add jwt authentication
* Revert "Add jwt authentication"
This reverts commit
|
||
---|---|---|
.. | ||
AckHandler.cs | ||
AckInfo.cs | ||
IAckHandler.cs |