Colyseus and Latest Defold Update

Hello,

I just updated Defold, and have been using it with Colyseus for several games. When I tried to build a game in Defold today I got the error:
image

Could anything in the latest update have caused this issue?

Cheers,
Spen

Nope, but we have released a native websocket extension which is officially supported by the Defold Foundation (https://github.com/defold/extension-websocket). We recommend all Defold project to migrate to this extension.

To discourage use of the old defold-websocket library we have flagged it as deprecated:

I also removed the Releases listing from the repo, but that seems to have had an unfortunate side effect that project can’t access the releases. This was unintentional and I have added the Releases list to the repo again. Can you please try to fetch libraries again and rebuild your project?

2 Likes

Hello Britzl,

I have changed over to the newer WebSocket extension. It is functioning perfectly.

Cheers,
Spen

1 Like

That is great news. It would be amazing if you could do a PR to the Colyseus Defold repo with the changes you needed to do to switch over to extension-websocket.

2 Likes