Рефактор
This commit is contained in:
@@ -91,7 +91,7 @@ class SocketSerial extends SerialPort:
|
||||
return Error.FAILED
|
||||
stop_monitoring()
|
||||
close()
|
||||
var connections = data_received.get_connections()
|
||||
var connections: = data_received.get_connections()
|
||||
for conn in connections:
|
||||
data_received.disconnect(conn.callable)
|
||||
return Error.OK
|
||||
|
||||
Reference in New Issue
Block a user