Skip to content

Commit

Permalink
update Migration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-marechal committed Feb 15, 2022
1 parent b0ff3fb commit 915361a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ For example:
}
```

### v1.24.0

#### From WebSocket to Socket.io

This is a very important change to how Theia sends and receives messages with its backend.

This new Socket.io protocol will try to establish a WebSocket connection whenever possible, but it may also
setup HTTP polling. It may even try to connect through HTTP before attempting WebSocket.

Make sure your network configurations support both WebSockets and/or HTTP polling.

### v1.23.0

#### TypeScript 4.5.5
Expand Down

0 comments on commit 915361a

Please sign in to comment.