Hi i've been trying to create a messaging app with Corona sdk and appwarp. First i created this notification listener appWarpClient.addNotificationListener("onPrivateChatReceived", mOnChatReceivedFunc) and it works fine, i used it to send friend requests to other people using the app but, now i need another notification listener beacuse i need to make a chatroom in the app as well. When i create a new notification listener it simply won't call the function after i have send a private chat and it worked perfectly fine with the other notification listener but when i try to make a new notification listener it dosen't work. I'm happy to hear from you thanks.