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.
|
||||
*/
|
||||
public void terminateReplay() {
|
||||
if (terminate) {
|
||||
return;
|
||||
}
|
||||
terminate = true;
|
||||
events.unregister();
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user