-
Notifications
You must be signed in to change notification settings - Fork 42
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
Comments
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 ... |
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. |
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 |
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?
The text was updated successfully, but these errors were encountered: