Matt Visnovsky
Matt Visnovsky
I'm having the same issue. Note the response `0{"sid":"lmUcXoLUerfxDmQaAAAF","upgrades":["websocket"],"pingInterval":25000,"pingTimeout":20000}` is documented here: https://socket.io/docs/v3/troubleshooting-connection-issues/ which is a valid response from a NodeJS SocketIO server. C#.NET version 4.7.2 running latest version of...
Unfortunately I was never able to find a workaround with @uhm0311's libraries. I was able to get up and running with [Quobject/SocketIoClientDotNet](https://github.com/Quobject/SocketIoClientDotNet/) which is a deprecated project but still working...
@louislam, @owlysk I could use your feedback on an issue I'm encountering as I work on developing this SNMP monitor. I have a local .js script with virtually identical code...
> Is it intentional that in the publshed PR you log _hostname but use _ipAddress? Apparently I just needed another set of eyes... That was exactly it. 😶🌫️ > In...
I had made an assumption. What was throwing me off is that the `monitor` object is public, but also an input to the `check(monitor, heartbeat, _server)` function (and also that...
@CommanderStorm I'm ready for review. It is not passing ES Lint, although when I run `npm run lint:prod --fix` there are some changes to server/model/monitor.js that are unrelated to this...
@CommanderStorm ready for round 2, if you have some time. There is one unresolved that should be pretty self-explanatory: > => This needs to be compatible with https://github.com/louislam/uptime-kuma/pull/4617 and https://github.com/louislam/uptime-kuma/pull/3919...
> I would feel more comfortable with and think it might be better if we restrict this to just being an equality check for the moment and make this PR...
I apologize for misunderstanding. :) Thank you for explaining what you mean by using the json-query logic. > if you want to keep functionality, I would suggest using the same...
> Having another custom way of doing comparisons is simply not maintainable ... Understandable. Let me play around with json-query and see if I can come up with something that...