Close response in onClosed in F4F websocket

This commit is contained in:
0xb00bface 2020-07-19 18:23:16 +02:00
parent d96b9a1380
commit e50b9bcc71
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ public class Flirt4FreeModel extends AbstractModel {
synchronized (monitor) { synchronized (monitor) {
monitor.notify(); monitor.notify();
} }
response.close();
} }
@Override @Override