Sergey

Results 17 comments of Sergey

Note that issue still persists if using latest [email protected]. Could it be a ws misconfiguration on colyseus side so that ws does not accept relatively large payloads?

Hey yes, it's RN with iOS only. Upvoted issue you referred, thanks! Perhaps this one can be closed then. btw, I think it's better to use `pingTimeout` instead.

> @vitalyrotari @serjek apparently this has been finally fixed on the react-native side! https://github.com/facebook/react-native/commit/86db62b7a8b28ac82dd0a0627a8b6c351875f682 yeah, i saw PR was merged, looking forward to try that out when they roll out...

Apparently same applies to `Promise.NOISE` as well.

still repro: ```haxe final p = function():Promise return Promise.resolve(42); p().next(v -> if (v == 42) Promise.NEVER else "okay").handle(function(o) trace(o)); ``` `String should be tink.core.Promise` And yes it will compile just...

But this time wrapping string to `Promise.resolve` does not help ;(

Note, now this works with haxe 4.1.5 but does repro with 4.2.2

Hello! Perhaps this is the main restriction of build macro is that they apply only to class that extends a specified interface, not it's children (this is why you can't...

1. which haxe version do you use? 2. where this error exactly comes from? please post a full stack trace.