5 lines
169 B
Go
5 lines
169 B
Go
// Package ws provides both relay and client websocket implementations,
|
|
// including a pool for fanning out to multiple relays and managing
|
|
// subscriptions.
|
|
package ws
|