tcoulter / jockeyjs

Library to facilitate communication between iOS apps and JS apps running inside a UIWebView
MIT License
458 stars 99 forks source link

fix: fix the problem of async callback #47

Open enlipan opened 5 years ago

enlipan commented 5 years ago

The msgID represent a H5 callback. If the callback is async, the new OnCompletedListener will cover the older.