Skip to content

Commit e593c32

Browse files
committed
Fixed issue where protocol may not close properly on closing Symphony
1 parent 67ed5ad commit e593c32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/appbox

src/main/matlab/+symphonyui/+app/Session.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
function close(obj)
3131
obj.rig.close();
32+
obj.protocol.close();
3233
if obj.hasPersistor()
3334
obj.persistor.close();
3435
end

0 commit comments

Comments
 (0)