Removed unnecessary null checks(!) on SocketChannel instance in SocketClient onConnectionLost() method which cause an error when client cannot connect (https://github.com/zino-hofmann/graphql-flutter/issues/1379). this prevents reconnecting when there is a working connection later.
Fixes