FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.42k stars 637 forks source link

Use io directly instead of using io.connect #1493

Closed campersau closed 2 years ago

campersau commented 2 years ago

With https://github.com/socketio/socket.io-client/releases/tag/4.3.0 the io.connect alias got removed and broke the dependency bump. It got added back in https://github.com/socketio/socket.io-client/releases/tag/4.3.1 but let's just use io directly.