Martin Man
Martin Man
@adammlevy Please try https://github.com/parse-community/parse-server-push-adapter/releases/tag/6.1.1 or newer, your issue should be addressed there, and close if appropriate...
This is obviously available for a very long time, closing.
Sorry @davidhorstmann-arm for not reacting earlier, I will re-test my code as soon as I get a chance, and reopen the issue if I find any remaining problems. Thanks for...
@davidhorstmann-arm David, just a quick question, I see the PR was merged into the `development` branch. Will there be any stable version where this will be back ported? I can...
@davidhorstmann-arm Just a quick one: I managed to compile my code against the `development` branch. Not sure where exactly we are with the effort described here https://github.com/Mbed-TLS/mbedtls/issues/6785, but I think...
I maintain a fork based on one of the pull requests (sorry do not remember which one it was but I did review the code line by line). Available here:...
@seragh IPv6 recommended minimum guaranteed to pass everywhere is 1280, which is what I use quite successfully for many years now.
@dblythy Thanks for the hint. I can confirm that the following fix makes the `request.ip` work again: ``` var app = express(); app.set('trust proxy', true); ```
> See #220 Much cleaner implementation, will close this PR in favor of #220
Use SPM Luke!