|
|
@ -111,6 +111,7 @@ func (r *GosmContainer) WsCommunicator(method string, ctx context.Context, conn |
|
|
|
err, receiveval := WsjsonReceive(ctx, conn, dosth[0]) |
|
|
|
fmt.Print("ICH BIN HIER UND HIER GEHT WAS SCHIEF") |
|
|
|
//*r = receiveval.(GosmContainer)
|
|
|
|
_ = receiveval |
|
|
|
return err, websocket.MessageText |
|
|
|
default: |
|
|
|
panic("Wrong communicator method or invalid number of dosth-functions") |
|
|
|