You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2018. It is now read-only.
When Compiling with Flex SDK 4 (actual build: 4.1.0.16076), the following warning is issued from MXMLC
......./src/com/nesium/remoting/DuplexGateway.as(352): col: 11 Warning: Empty statement found where block of code expected. Did you type ';' accidentally?
[java] while (readFromSocket());
This can be addressed by chaning DuplexGateway:352 to read:
while (readFromSocket()) {};
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When Compiling with Flex SDK 4 (actual build: 4.1.0.16076), the following warning is issued from MXMLC
This can be addressed by chaning DuplexGateway:352 to read:
The text was updated successfully, but these errors were encountered: