Crate for handling websocket messages purrfectly
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
34
commits
Merge pull request #3 from rtyler/default-for-typed-messages
87cfb1dView on GitHubInvoke the default handler when an unknown message type is sent
12b4948View on GitHubAdd support for sending a termination signal to the server loop
c49b9a0View on GitHubAdd the multisend example to demonstrate sending multiple responses on a message
b41d77aView on GitHubProperly handle close messages from the client and cleanly exit the runloop
9c45b28View on GitHubAdd the `sink` member to Request, which allows multiple messages to be send by a handler
d407304View on GitHubAdd support for a second generic parameter for client state
4841821View on GitHub