Rob
Rob
I've since updated the reading/writing of strings, closing the issue for now.
Closing the issue since v3.5.1 has been published to NPM and includes these changes.
Hey, if you are still having problems it would be helpful to log some information. Can you print/log `rc_clients` and confirm the process ids returned by memoryjs match the process...
What's your way? Mine is simply running an infinite loop where you create a bot and log in. I catch HTTPErrors and another one I can't quite remember, I wait...
@neuegram notifications don't necessarily continue after "logging out". If you're on an account on your phone and you close Snapchat and log into the account on your computer you will...
Recently got a new laptop and I've started working on porting the library over.
Just pushed a commit (3be70b051025327db5d5f54cd5a1f777dea75943) that I think should enable this now (not on NPM yet). I wasn't familiar with memory mapped files before working on this change, but from...
Main limitation it seems right now is that to read the memory mapped file you need to provide a target process to map the file to. If you don't have...
@staceywhitmore-inl the documentation for [MapViewOfFile2 ](https://learn.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-mapviewoffile2) states that the `offset` parameter "must be 64k aligned". I think this would mean that the `offset` needs to be a multiple of 64KB....
@AlphaT3ch I believe [this](https://github.com/mgp25/SC-API) guy has somehow got the Snapchat API to work but he is proxying all requests and his work isn't open source. I believe it is also...