iris/websocket
2016-07-13 06:28:09 +03:00
..
client_side Version 3.0.0-beta cleaned 2016-05-30 17:08:09 +03:00
connection.go https://github.com/kataras/iris/issues/201 2016-06-21 14:18:22 +03:00
emitter.go https://github.com/kataras/iris/issues/201 2016-06-21 14:18:22 +03:00
README.md Fix https://github.com/kataras/iris/issues/175 2016-06-17 19:51:17 +03:00
serializer.go Version 3.0.0-beta cleaned 2016-05-30 17:08:09 +03:00
server.go Add ReadBufferSize and WriteBufferSize to the iris-ws, disable header copy also 2016-06-16 20:08:59 +03:00
websocket.go Update to v4.0.0-alpha.1 2016-07-13 06:28:09 +03:00

Package information

This package is new and unique, if you notice a bug or issue post it here.

How to use

E-Book section

Notes

On OSX + Safari, we had an issue which is fixed now. BUT by the browser's Engine Design the socket is not closed until the whole browser window is closed, so the connection.OnDisconnect event will fire when the user closes the window browser, not just the browser's tab.