tooooommy
|
1333d0784c
|
melody instance channels
|
5 years ago |
tooooommy
|
cd9da9eeaf
|
update readme
|
5 years ago |
黄梓健
|
70308be63d
|
update
|
5 years ago |
黄梓健
|
1223dc084d
|
update
|
5 years ago |
黄梓健
|
95895044a2
|
add sub pub
|
5 years ago |
Ola Holmström
|
7bd65910e5
|
Merge pull request #36 from yoki123/patch-1
Support for the subprotocol
|
7 years ago |
Yoki
|
dfc3455206
|
Support for the subprotocol
|
7 years ago |
Ola Holmström
|
d521390733
|
Fix HandleSentMessageBinary, close #32.
|
8 years ago |
Ola Holmström
|
339bebc930
|
Merge branch 'patch-2' of https://github.com/robbiet480/melody
|
8 years ago |
Robbie Trencheny
|
a9e9ebdfdc
|
Remove default close handler which caused abnormal closes
|
8 years ago |
Robbie Trencheny
|
8a4d4f8294
|
Add IsClosed method to Melody
|
8 years ago |
Ola Holmström
|
647ca280c6
|
Update README and examples to use gopkg.in import.
|
8 years ago |
Ola Holmström
|
ad282d4baf
|
Update changelog with `BroadcastMultiple` and allowing any origin by default.
|
8 years ago |
Ola Holmström
|
041107a9df
|
Merge branch 'patch-1' of https://github.com/robbiet480/melody
|
8 years ago |
Ola Holmström
|
9d6a0c9a53
|
Merge branch 'allow-all-origins-by-default' of https://github.com/robbiet480/melody
|
8 years ago |
Robbie Trencheny
|
8758889bd0
|
Update .travis.yml
|
8 years ago |
Robbie Trencheny
|
60d272bb50
|
Allow any Origin by default. Closes #23
|
8 years ago |
Robbie Trencheny
|
8617780ed8
|
Instead of using BroadcastFilter just loop over the slice of sessions and broadcast to each one
|
8 years ago |
Robbie Trencheny
|
0ded2b7599
|
Add convenience function to broadcast to multiple sessions
|
8 years ago |
Ola Holmström
|
3e26c38d4c
|
Update changelog.
|
8 years ago |
Ola Holmström
|
260e857d57
|
Merge branch 'session-isclosed' of https://github.com/robbiet480/melody into robbiet480-session-isclosed
|
8 years ago |
Ola Holmström
|
5eec824519
|
Update changelog.
|
8 years ago |
Ola Holmström
|
5fe1bff6a7
|
Fix typo error message.
|
8 years ago |
Robbie Trencheny
|
b2ece16412
|
Add IsClosed method to Session
|
8 years ago |
Robbie Trencheny
|
b5a06028d4
|
Golint fixes
|
8 years ago |
Robbie Trencheny
|
9a70fe93ac
|
Add closeHandler support
|
8 years ago |
Robbie Trencheny
|
c773bc2f72
|
Allow sending custom close messages
|
8 years ago |
Ola Holmström
|
e5f177a9d7
|
fix messageSentHandlerBinary initilization
|
8 years ago |
Ola Holmström
|
aea0b4aedf
|
split HandleSentMessage into text and binary methods
|
8 years ago |
Ola Holmström
|
6877034698
|
Add `HandleRequestWithKeys` so that `session.Keys` can be populated. Close #18.
|
8 years ago |
Ola Holmström
|
3321ec3da7
|
Return error messages for some exposed methods, fix panic when connection is closed. Close #21.
|
8 years ago |
Robbie Trencheny
|
7ba6d478f0
|
Add a handler for message successfully sent
|
8 years ago |
Ola Holmström
|
e39e1207dd
|
Add 1.7 to travis and reduce number of connections in `TestLen`.
|
8 years ago |
Ola Holmström
|
31f0503a61
|
Add `Len()` to fetch number of connected sessions. Close #16.
|
8 years ago |
Ola Holmström
|
c21605cc86
|
remove coverage
|
8 years ago |
Ola Holmström
|
fe23f4936d
|
fix travis
|
8 years ago |
Ola Holmström
|
8f11201a19
|
Store data on a per sessions basis, based on the Gin interface.
|
8 years ago |
Ola Holmström
|
ca5ae7e3c4
|
Merge branch 'master' of https://github.com/ReforgedStudios/melody into ReforgedStudios-master
|
8 years ago |
Heikki Uljas
|
150502cfd6
|
Merge pull request #2 from huljas/generic_params
Changed session params to be generic type
|
8 years ago |
Heikki Uljas
|
aae1ca83fc
|
Use generic params
|
8 years ago |
Heikki Uljas
|
fad38bc8b3
|
Changed session params to be generic type
|
8 years ago |
Ola Holmström
|
d1854c24f0
|
add echo example
|
9 years ago |
Ola Holmström
|
dfa17ad2ae
|
gophers example
|
9 years ago |
Ola Holmström
|
5a3ec43235
|
golint
|
9 years ago |
Ola Holmström
|
cec89bbbba
|
remove go 1.6 from testin
|
9 years ago |
Ola Holmström
|
5a123d29ef
|
add HandlePong
|
9 years ago |
Matt Caldwell
|
3fb44fab6c
|
Use a mutex to ensure SetPongHandler atomicity
|
9 years ago |
Matt Caldwell
|
aa4fbf9617
|
Add hook for extending PongHandler
|
9 years ago |
Heikki Uljas
|
0d8427cd96
|
Merge pull request #1 from huljas/fix_concurrency
Call the connect handler before any message handler
|
9 years ago |
Heikki Uljas
|
46e5343829
|
Always call the connect handler before any message handler.
|
9 years ago |