Write msg to client.
(msg interface{})
| 110 | CreateNotification(id, namespace string, event interface{}) interface{} |
| 111 | // Write msg to client. |
| 112 | Write(msg interface{}) error |
| 113 | // Close underlying data stream |
| 114 | Close() |
| 115 | // Closed when underlying connection is closed |
no outgoing calls