Closed blongstreth closed 1 year ago
What version of timesync are you running?
I just played around with the latest version 0.5.1.
Also, please note that I am having to support Meteor version 1.4.3.2 right now. I don't think this makes a difference in this case. Hopefully I can change that soon :-)
Question please:
If I am using this with the user-status package, what is the worst case scenario with an non-function time sync handler outside of the following issues:
Would you please consider the code snippet I previously provided (or something similar) and create a release soon?
Fix released in v0.5.3
Hello:
I have found that the time-sync server '/_timesync' route doesn't work (route not executed) when the Meteor ROOT_URL environment or configuration variable is specified. As a result, I quickly played around with the handler using
__meteor_runtime_config__.ROOT_URL_PATH_PREFIX
and that seemed to do the trick. Thus, the handler looked something like this:Since I am not using Cordova or anything like that, I didn't account for all the various server configurations (assuming it is required).
Is this something that can be fixed and released soon such that it will work with the user-status package?
Please let me know.