mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-06-27 14:53:11 +00:00
reconnectInterval
This commit is contained in:
@ -507,7 +507,7 @@ class TemplateGenerator {
|
||||
rt.writeln("var rt = AsyncReply<$rtTypeName>();");
|
||||
if (f.isStatic) {
|
||||
rt.writeln(
|
||||
'connection.staticCall(Guid.parse("${template.classId.toString()}"), ${f.index}, args)');
|
||||
"connection.staticCall(Guid.parse('${template.classId.toString()}'), ${f.index}, args)");
|
||||
} else {
|
||||
rt.writeln("internal_invoke(${f.index}, args)");
|
||||
}
|
||||
|
Reference in New Issue
Block a user