douna1892 2016-06-08 07:57
浏览 483
已采纳

转到Gorilla Websocket〜在ping / pong上失败(用户断开连接)调用功能吗?

I'm writing a chat program with Golang and Gorilla's Websocket toolkit.

I'm wondering if there is a way to run a function whenever a user disconnects or a ping/pong message fails. I need this to remove them from variables and such. Is there any easy way to do this?

  • 写回答

1条回答 默认 最新

  • dounan9070 2016-06-08 14:32
    关注

    The application should close the connection and cleanup variables and such when the read methods (NextReader, ReadMessage) return an error.

    Use ping/pong to detect disconnects. The chat example shows how to do this.

    If a pong goes missing, the read methods will return with the read past deadline error.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

    报告相同问题?

    悬赏问题

    • ¥20 python 3des pyDes库
    • ¥15 关于#mysql#安装失败的问题。MySQL
    • ¥15 想问一下for循环计算表达式的方法,第一次接触
    • ¥15 如何在VA框架上面加功能,去读取框架内任何app数据功能
    • ¥15 关于#c语言#的问题:用c或c++写一个计算下列问题有关软件工程的代码并加上分析
    • ¥15 Zeppelin0.10.0版本升级lib包下的shiro-web
    • ¥15 链表入队的指针内存问题
    • ¥20 vba如何写本地html文件执行js
    • ¥15 VS2022的C#如何创建
    • ¥20 关于#用户注册#的问题,如何解决?