зеркало из
1
0
Форкнуть 0
AzureSignalR-samples/samples/AckableChatRoom/AckHandler
Lixiang e4cad4c928
Add AckableChatRoom sample (#107)
* 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 9e6a436444.

* DI the AckHandler and remove some old classes

* Address AckHandler related issues

* Refactor the hub classes

* Update Index and Add comments

* Add AckableChatRoom sample

* Self review

* Self review

* Remove the enum and update the hub

* Update hub name

* Update hub name

* Update 'Read' status logic

* Update front-end
2021-12-08 14:19:19 +08:00
..
AckHandler.cs Add AckableChatRoom sample (#107) 2021-12-08 14:19:19 +08:00
AckInfo.cs Add AckableChatRoom sample (#107) 2021-12-08 14:19:19 +08:00
IAckHandler.cs Add AckableChatRoom sample (#107) 2021-12-08 14:19:19 +08:00