-
Good evening, I've question regarding the readSettings setup in Read or Ping functions:
What the reason behind? Thanks. Regards. |
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Dec 25, 2023
Replies: 1 comment 1 reply
-
I think you found a mistake in the code. The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Gounlaf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you found a mistake in the code. The
_settings
should be used when creating the newMagicReadSettings
. Thanks for pointing this out. I just pushed a patch to fix this.