The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel | 谢谢 https://github.com/kataras/iris/issues/1329 |
-
Updated
Sep 19, 2020 - Go
I want to do something when closing, or interrupting the client connection, such as cleaning up. I call
conn.Close()onws.OnConnect{}without triggeringws.OnDisconnect{}. what should I do?