2
0
mirror of https://github.com/esiur/esiur-js.git synced 2026-03-18 15:30:38 +00:00
This commit is contained in:
2022-09-18 23:58:24 +03:00
parent 735a19cda3
commit b198101e2d
5 changed files with 34 additions and 44 deletions

View File

@@ -1918,12 +1918,12 @@ export default class DistributedConnection extends IStore {
let parsed = Codec.parse(content, 0, this, null, transmissionType);
parsed.Then(results =>
parsed.then(results =>
{
// un hold the socket to send data immediately
this.socket.unhold();
var fi = ft.MethodInfo;
var fi = ft.methodInfo;
if (fi == null)
{