Fix incorrect screen and crash when encountering replay restrictions
This commit is contained in:
@@ -342,6 +342,9 @@ public class FullReplaySender extends ChannelDuplexHandler implements ReplaySend
|
|||||||
* Terminate this replay sender.
|
* Terminate this replay sender.
|
||||||
*/
|
*/
|
||||||
public void terminateReplay() {
|
public void terminateReplay() {
|
||||||
|
if (terminate) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
terminate = true;
|
terminate = true;
|
||||||
events.unregister();
|
events.unregister();
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user