1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-07 12:59:15 +00:00
This commit is contained in:
postmannen 2024-11-24 23:08:56 +01:00
parent 188db8cd6f
commit 08378167d5

View file

@ -455,6 +455,7 @@ func (s *server) directSAMSChRead() {
fmt.Printf("&&&&&&&: directSAMSChRead: content of methods available: %#v\n", s.processInitial.methodsAvailable)
mh, ok := p.methodsAvailable.CheckIfExists(sam.Message.Method)
fmt.Printf("error: subscriberHandler: method available check result, mh: %v, ok: %v\n", mh, ok)
if !ok {
fmt.Printf("error: subscriberHandler: method type not available: %v\n", sam.Message.Method)
// p.errorKernel.errSend(p, sam.Message, er, logError)