Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jochen Bauer
uWebSockets
Commits
a9c954c9
Commit
a9c954c9
authored
Nov 21, 2017
by
Ramón Berrutti
Committed by
Alex Hultman
Nov 21, 2017
Browse files
Add onTransfer for clients on Hub class (#734)
* Add onTransfer for clients on Hub class * Fix indentation
parent
06fd277e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Hub.h
View file @
a9c954c9
...
...
@@ -71,6 +71,7 @@ public:
using
Group
<
SERVER
>::
onConnection
;
using
Group
<
CLIENT
>::
onConnection
;
using
Group
<
SERVER
>::
onTransfer
;
using
Group
<
CLIENT
>::
onTransfer
;
using
Group
<
SERVER
>::
onMessage
;
using
Group
<
CLIENT
>::
onMessage
;
using
Group
<
SERVER
>::
onDisconnection
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment