--
You received this message because you are subscribed to the Google Groups "Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mojolicious...@googlegroups.com.
To post to this group, send email to mojol...@googlegroups.com.
Visit this group at https://groups.google.com/group/mojolicious.
To view this discussion on the web visit https://groups.google.com/d/msgid/mojolicious/79407916-57d2-7233-3fe0-7cfbd3477c2c%40tonebridge.com.
For more options, visit https://groups.google.com/d/optout.
Code that does the notification:
That notify is similar on what is in the base class:
Model code that attempts to receive the pubsub messages:
Thanks,
John
To view this discussion on the web visit https://groups.google.com/d/msgid/mojolicious/CAO-W_8DDh%2BDWAB%2BBWdPNqvc_UbMxHHVR6SJmetzWErHcixKvbg%40mail.gmail.com.
I figured out what I was doing wrong. It was with the sending of notifications. The condition was not being hit to send the message. I did the basic debugging I should have done before contacting the mailing list.
John