mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-09-18 15:08:21 +03:00
feat: add connect stream to connection manager
This commit is contained in:
@@ -109,7 +109,7 @@ type statusNotifierMock struct {
|
||||
agentIDCh chan string
|
||||
}
|
||||
|
||||
func (s *statusNotifierMock) New(AgentID string) statusAgent {
|
||||
func (s *statusNotifierMock) New(AgentID string) StatusAgent {
|
||||
select {
|
||||
case s.agentIDCh <- AgentID:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user