mirror of
https://github.com/kataras/iris.git
synced 2025-12-21 20:07:04 +00:00
Another new feature: websocket controller, for real
Former-commit-id: c1a59b86733e890709b52446e22427a17d87f5fc
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package websocket
|
||||
|
||||
const (
|
||||
// All is the string which the Emitter use to send a message to all
|
||||
// All is the string which the Emitter use to send a message to all.
|
||||
All = ""
|
||||
// Broadcast is the string which the Emitter use to send a message to all except this connection
|
||||
Broadcast = ";ionwebsocket;to;all;except;me;"
|
||||
// Broadcast is the string which the Emitter use to send a message to all except this connection.
|
||||
Broadcast = ";to;all;except;me;"
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user