Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPC Channel Serialization Not Working #20

Open
gatoWololo opened this issue Jul 18, 2019 · 1 comment
Open

IPC Channel Serialization Not Working #20

gatoWololo opened this issue Jul 18, 2019 · 1 comment

Comments

@gatoWololo
Copy link
Owner

Even though our IPC channels derive Deserialize/Serialize. An example of using the serialization panics with: thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0'

This is the implementation of Deserialize/Serialize for ipc_channel::Ipc[Receiver/Sender]<T> panicking. Not sure why.

@gatoWololo
Copy link
Owner Author

gatoWololo commented Aug 22, 2019

See servo/ipc-channel#238

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant