Bump liberty
This commit is contained in:
parent
b1ee295345
commit
a011b57ce2
2
liberty
2
liberty
|
@ -1 +1 @@
|
||||||
Subproject commit 75fc6f1c374796f9e794297c3893089009b8772f
|
Subproject commit aacf1b1d47824de2c924874e3d6cdad1d8b5ba2b
|
3
xP/xP.go
3
xP/xP.go
|
@ -145,8 +145,7 @@ func clientWriteError(ctx context.Context, ws *websocket.Conn, err error) bool {
|
||||||
b, ok := (&RelayEventMessage{
|
b, ok := (&RelayEventMessage{
|
||||||
EventSeq: 0,
|
EventSeq: 0,
|
||||||
Data: RelayEventData{
|
Data: RelayEventData{
|
||||||
Interface: RelayEventDataError{
|
Variant: &RelayEventDataError{
|
||||||
Event: RelayEventError,
|
|
||||||
CommandSeq: 0,
|
CommandSeq: 0,
|
||||||
Error: err.Error(),
|
Error: err.Error(),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue