Nice api but i couldn't figure out how to receive data. Sending works fine and with debug mode on i can see the bytes are received on the server. However, I also couldn't find a event to listen to so i don't really know how to do it.
i tried this from the example messageNotifier.register(channelName, requestConsumer)
but when i run it it just throws a null
Nice api but i couldn't figure out how to receive data. Sending works fine and with debug mode on i can see the bytes are received on the server. However, I also couldn't find a event to listen to so i don't really know how to do it.
i tried this from the example
messageNotifier.register(channelName, requestConsumer)but when i run it it just throws a null