forked from j62/ctbrec
Close response in onClosed in F4F websocket
This commit is contained in:
parent
d96b9a1380
commit
e50b9bcc71
|
@ -262,6 +262,7 @@ public class Flirt4FreeModel extends AbstractModel {
|
||||||
synchronized (monitor) {
|
synchronized (monitor) {
|
||||||
monitor.notify();
|
monitor.notify();
|
||||||
}
|
}
|
||||||
|
response.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue