#2nd Token Required For Dev Applications

3 messages · Page 1 of 1 (latest)

polar karma
#

Its not possible ( and wanted I guess ) to use the same app token multiple times simultaneously.
But in order to be able to develop / test new features, I need a second local instance of my application, thus requiring a 2nd application token

burnt wind
#

Thanks for that, I will try to think and come up with a solution Pray

twilit turtle
#

One thing you could do in the interim (and possibly what I’m going to do for now) is make a simple app that just dumps the socket io event data somewhere directly and then have a separate application running to process and handle the data. It does require you to keep state. Simple example would be just write each event’s payload to a json file and have the other app just wait for files to appear and delete the files as you process them