mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
.. | ||
client_side | ||
connection.go | ||
emitter.go | ||
README.md | ||
serializer.go | ||
server.go | ||
websocket.go |
Package information
This package is new and unique, if you notice a bug or issue post it here.
How to use
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.
- Relative issue: https://github.com/kataras/iris/issues/175