Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/daptin/daptin
/ Add
Method
Add
server/websockets/websocket_server.go:59–61 ·
view source on GitHub ↗
(c *Client)
Source
from the content-addressed store, hash-verified
57
}
58
59
func
(s *Server) Add(c *Client) {
60
s.addCh <- c
61
}
62
63
func
(s *Server) Del(c *Client) {
64
s.delCh <- c
Callers
15
Listen
Method · 0.95
startTransportE2EDaptin
Function · 0.80
nextReqId
Function · 0.80
dialWS
Function · 0.80
recvJSON
Function · 0.80
tryRecvJSON
Function · 0.80
TestWebSocketManySubscribers
Function · 0.80
TestWebSocketHighThroughputMessages
Function · 0.80
TestWebSocketConcurrentConnections
Function · 0.80
TestWebSocketRapidConnectDisconnect
Function · 0.80
TestWebSocketSlowConsumerDisconnect
Function · 0.80
TestWebSocketConcurrentPublishers
Function · 0.80
Calls
no outgoing calls
Tested by
15
startTransportE2EDaptin
Function · 0.64
nextReqId
Function · 0.64
dialWS
Function · 0.64
recvJSON
Function · 0.64
tryRecvJSON
Function · 0.64
TestWebSocketManySubscribers
Function · 0.64
TestWebSocketHighThroughputMessages
Function · 0.64
TestWebSocketConcurrentConnections
Function · 0.64
TestWebSocketRapidConnectDisconnect
Function · 0.64
TestWebSocketSlowConsumerDisconnect
Function · 0.64
TestWebSocketConcurrentPublishers
Function · 0.64
TestWebSocketMultiUserMessaging
Function · 0.64