bgilbert6
bgilbert6
You'll need to implement some sort of every couple seconds ping pong.
Any progress on this??
I actually have it about 90% done since Get5 already had a "halftime" hook. Not sure if they want me to pull request. Although overall I'm not sure I'll use...
I had this issue if I submitted my own invalid form, but the captcha stayed valid. After I re-submitted the captcha would just say invalid, and after it expired it...
If you read my comment above there was a workaround
This worked for me ```FROM mcr.microsoft.com/mssql/server:2019-latest USER root # Create a config directory RUN mkdir -p /usr/config WORKDIR /usr/config # Bundle config source COPY --chown=root . /usr/config # Grant permissions...
Will this test work in the original code? I wouldn't want to convert everything to kryonet :( It is weird because I verified the original client/server test worked and the...