Skip to content
Snippets Groups Projects
Commit 4fd92dc9 authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Check for null to prevent NullPointerException

There is one major bug in websocket implementaton crashing the
application on websocket disconnect caused by NullPointerException.

It seems that disconnect is done after some dependencies are closed.
This might be caused by data serialisiation.
parent d8082661
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment