neeraj-htp
Results
2
comments of
neeraj-htp
@Djihanegh I think the issue is with the file [socket_io_client.dart:49](https://github.com/rikulo/socket.io-client-dart/blob/2.0-beta-nullsafety/lib/socket_io_client.dart#L49). If no port is passed then due to null safety it takes default int value `0`. ### Solution: For those...
@jumperchen can you please have a look at it? Here are the details. - **client** : `^2.0.0-beta.4-nullsafety.0` - **platform** : `flutter web` - **server** : `version 3.1.2` Here is the...