colyseus-haxe icon indicating copy to clipboard operation
colyseus-haxe copied to clipboard

⚔ Colyseus Multiplayer SDK for Haxe

Results 10 colyseus-haxe issues
Sort by recently updated
recently updated
newest added

Haxe Compiler 4.2.5, Windows 11, colyseus 0.14.9 for haxe test code var client = new io.colyseus.Client("ws://localhost:3000"); client.joinOrCreate("roomeName", [], State, registRoomEvent); function registRoomEvent(err:MatchMakeError, room:Room) { trace("registRoomEvent"); } Some error message from...

https://github.com/colyseus/docs/pull/90

while running the code shown in https://docs.colyseus.io/colyseus/getting-started/haxe-client/

Main.hx:1: characters 8-30 : Type not found : io.colyseus.Client Main.hx:2: characters 8-24 : Type not found : io.colyseus.Room Main.hx:4: characters 18-24 : Type not found : Client I'm doing exactly...

While following your [tic tac toe](https://github.com/endel/colyseus-tic-tac-toe/blob/5f94a79ab0e5ecbba7e4955df060cd5801e96ad3/javascript-pixi/src/screens/GameScreen.js#L53) example i noticed that the haxe version doesn't provide the [Schema.listen](https://github.com/colyseus/schema/blob/d3ce63db3ca6a8e1c3f5dbdd60bd7d71c416d8c8/src/Schema.ts#L180) function. Looking that one up revealed a [note](https://github.com/colyseus/schema/blob/d3ce63db3ca6a8e1c3f5dbdd60bd7d71c416d8c8/src/Schema.ts#L135) about refactoring the code in...

while joining a room i got this error "Couldn't connect! JOIN ERROR: 500 - Chunked encoding is not supported and the content-length header is required." i got this on every...

I am new to Haxe and I was able to install the deps and build this, but in the browser there is JS calling `lime` directly and thus throwing an...

I'm documenting this in case anybody needs this in the future. PRs are very welcome! --- When building for native targets, our `Storage` class currently stores user data (the auth...

as the title says, this problem both happens on 0.15.3 and 0.15.4 but not on 0.15.2, also I've checked all of my libraries and all are up to date found...