mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-04 05:58:22 +00:00
bugfix
This commit is contained in:
@@ -322,7 +322,7 @@ export default class Codec {
|
||||
static isLocalResource( resource, connection) {
|
||||
if (connection == null) return false;
|
||||
if (resource instanceof DistributedResource) {
|
||||
if (resource.connection == connection) return true;
|
||||
if (resource._p.connection == connection) return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user