Replies: 1 comment 2 replies
-
|
As far as I know, the server side code have only had minor changes, and the transport layer have only had a few bug fixes. You are patching into the internal parts of the code, and even though not recomendad, you can do a similar thing in 3.11.4 the proper way to do this is however to use the trace hooks. The trace functions most likely will not have the information you seen, but they are called at the right places and supported. In the function itself you can do as you do in your current patch. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I used to be able to log the connecting clients IP address in version 3.8.2 with the following code:
I'm facing some bugs and I would like to upgrade to newest version 3.11.4. The library's code has changed quite a bit since then and this snippet doesn't work anymore. I've looked into the trace_xxx callback but they don't seem to carry the needed information.
Is there a way to achieve this in version 3.11.4?
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions