-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi Jacob
I was a user of NetlinkWrapper v1 prior to the introduction of buffers and unit8 as sendable data.
I have updated my syntax to reflect the changes you made with V2 however now i get both Error 8 and Error 9 thrown throughout the code where when using with v1 i never had the issue.
I am wondering if my issue stems from the socket.disconnect() method from V1 being deprecated (my understanding of the new .destroy() method is that is kills the socket connection and makes it impossible to reestablish the connection, in comparison to .disconnect which allowed the user to reconnect) meaning now i have to keep the connection open at all times.
The unusual thing is the error throws in different places, so i could run clean and then have an error throw after the 3rd command, and then on the next run of exactly the same actions and data being passed the error is thrown in a completely different place.
Do you have any thoughts?