You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When running dnsd in production, we occasionally get this error:
events.js:165
throw err;
^
Error: Uncaught, unspecified "error" event. (Error processing request)
at Server.emit (events.js:163:17)
at Server.on_udp (/usr/local/lib/node_modules/dnsd/server.js:177:10)
at Socket.<anonymous> (/usr/local/lib/node_modules/dnsd/server.js:45:54)
at emitTwo (events.js:106:13)
at Socket.emit (events.js:191:7)
at UDP.onMessage (dgram.js:540:8)
Hello,
When running dnsd in production, we occasionally get this error:
It happens about once a day, sometimes more.
Here's a simplified version of our app:
Is this an issue with dnsd? Or is there something we should be doing differently in our app code?
Thanks so much!
The text was updated successfully, but these errors were encountered: