-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于引入三方dll问题 #215
Comments
YDWE的运行时不允许加载其他dll。不过我觉得这不重要,就算YDWE允许,平台不允许,你做来又有什么意义。 |
谢谢您的答复,昨天我通过利用io机制,接入了一个外部监听文本的程序已经变相实现了异步网络效果。只是client端存在一定的io压力。请问这样搞平台上能行得通吗? |
平台的事,我不清楚。 |
几个平台的规矩不同,但是基本上都不允许,可能会导致你账号被封禁 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
作者您好,我用java写了一个脚本来获取一些实时数据。现在想把这些数据传递到ydwe里面来,通过这些参数控制trigger来处理游戏逻辑。试了luasocket luaredis都不行。(require不进来)。 请问可以通过什么办法完成这样的操作呢? 万分感谢!!!
The text was updated successfully, but these errors were encountered: