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

Object reference not set to an instance of an object #33

Open
purnamasari opened this issue Nov 7, 2018 · 3 comments
Open

Object reference not set to an instance of an object #33

purnamasari opened this issue Nov 7, 2018 · 3 comments

Comments

@purnamasari
Copy link

This problem isn't always come but sometimes when it happened, I can't even send any data string. I can't force disconnect and reconnect to refresh the socket. The problem came from WebSocket.GetLastError(). Is anyone know how fix this?

@sfranzyshen
Copy link

sfranzyshen commented Nov 7, 2018

are you getting this error while in the editor ... and editing a file??? that's the only time I have experienced it ... maybe some additional information could help ...

@purnamasari
Copy link
Author

Yes, I mostly get this error when I running on editor mode and editing some file. But sometime this problem occurred when I received data and then I get some error that causing editor hang for a second, then the error keeps stacking.

Just wondering is this safe if I ignore this and build it? Beside it, everything works fine.

@sfranzyshen
Copy link

sfranzyshen commented Nov 8, 2018

i guess if you are able to compensate for the problem within your software ... it's safe ... but if it were me ... i would track it down ... just to be sure it doesn't impact performance or reliability ... some more testing to try and narrow down what causes it or when the error happens ... this plugin depends on the websocket-sharp project (where the error is originating) perhaps someone over there would have some insight ... sta/websocket-sharp#284
keep us updated as I'm not plagued with this problem ... but it does pop up from time to time and should be best stomped out ;)

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

2 participants