1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-07 12:59:15 +00:00

more debugging print

This commit is contained in:
postmannen 2024-11-24 22:19:29 +01:00
parent 425553db57
commit 297ea81d27

View file

@ -450,6 +450,9 @@ func (s *server) directSAMSChRead() {
p := s.processes.active.procNames[processName]
s.processes.active.mu.Unlock()
fmt.Printf("&&&&&&&: directSAMSChRead: len of sams: %v,i:%v\n", len(sams), i)
fmt.Printf("&&&&&&&: directSAMSChRead: content of sams[%v]: %v\n", i, sams[i])
mh, ok := p.methodsAvailable.CheckIfExists(sams[i].Message.Method)
if !ok {
er := fmt.Errorf("error: subscriberHandler: method type not available: %v", p.subject.Method)