GetSocket(String url, {Duration ping = const Duration(seconds: 5), bool allowSelfSigned = true}) : super(url, ping: ping, allowSelfSigned: allowSelfSigned);