Dan

Results 8 comments of Dan

**Solution**: specify a high `limit` query string parameter, e.g.: http://aviation-edge.com/v2/public/routes?key=MY_API_KEY&departureIata=BOS&limit=5000

As mentioned in this thread: http://stackoverflow.com/questions/27640326/tsmessage-extra-argument-image-in-call "It turns out, `TSMessageNotificationDuration` enums don't cast property to `NSTimeInterval`." So, instead of using `TSMessageNotificationDuration.Automatic`, one can use a variable such as: ``` var...

Exact same experience: error when running locally (`npm run dev`), fine "up" on AWS.

Also seeing this behavior -- any updates?

Fair point; will investigate MPC directly. Any guidance on @sudeepag 's question: "Also, what is the procedure to attempt a reconnection after the connection is unsuccessful? Should I call .transceive...

@dkun7944 unfortunately, I concluded it was the general unreliability of the MPC framework.

+1. Would also be helpful with we could see/access the Firebase Graphical Debugger for the Firechat example. For example, being able to see https://firechat.firebaseio.com directly would help understanding the nitty-gritty...