# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/nw2ufpa
瀏覽器節能機制導致 Websocket 斷連的巨坑!**
作者:tager 原文:https://juejin.cn/post/7362576319928008755你踩過嗎?瀏覽器節能機制導致 Websocket 斷連的坑~近期,在使用WebSocket(WS)連接時遇到了頻繁斷連的問題,這種情況在單個用戶上每天發生數百次。儘管利用了socket.io的自動重連機制能夠在斷連後迅速恢復連接,但這並不保證每一次重連都能成功接收WS消息。因此,我 ⌘ Read more